Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / TabStrip Class / SelectedTabForeColor Property


In This Topic
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
See Also