Gets or sets the color of the glow adorning effect applied to the form's borders when the form is active.
public Color ActiveGlowColor { get; set; }
Public Property ActiveGlowColor As Color
To apply an adorning effect to the form's borders, set the FormBorderEffect property. The ActiveGlowColor and InactiveGlowColor properties are in effect when the FormBorderEffect.Glow effect is used.