'Declaration <DescriptionAttribute("The inactive foreground color of the captions.")> <CategoryAttribute("Appearance")> Public Property InactiveForeColor As Color
'Usage Dim instance As CaptionAppearance Dim value As Color instance.InactiveForeColor = value value = instance.InactiveForeColor
[Description("The inactive foreground color of the captions.")] [Category("Appearance")] public Color InactiveForeColor {get; set;}