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