'Usage
Dim instance As CaptionAppearance
Dim value As Color
instance.InactiveBorderColor = value
value = instance.InactiveBorderColor
[Description("The color of the inactive captions' borders.")]
[Category("Appearance")]
public Color InactiveBorderColor {get; set;}
Property Value
A System.Drawing.Color structure representing the color of the inactive captions' borders. By default, SystemColors.ControlDark.
Remarks
To reset the value of the InactiveBorderColor property to its default value, the ResetInactiveBorderColor method must be called.
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2