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