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