'Declaration <DescriptionAttribute("The background color of the tabs contained in the tabstrips.")> <CategoryAttribute("Appearance")> Public Property TabBackColor As Color
'Usage Dim instance As TabStripAppearance Dim value As Color instance.TabBackColor = value value = instance.TabBackColor
[Description("The background color of the tabs contained in the tabstrips.")] [Category("Appearance")] public Color TabBackColor {get; set;}