SelectedTabForeColor Property
In This Topic
Gets or sets the text color of the selected tab.
Syntax
'Declaration
Public Overridable Property SelectedTabForeColor As Color
'Usage
Dim instance As TabStrip
Dim value As Color
instance.SelectedTabForeColor = value
value = instance.SelectedTabForeColor
public virtual Color SelectedTabForeColor {get; set;}
See Also