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