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