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


In This Topic
ButtonForeColor Property (TabStrip)
In This Topic
Gets or sets the foreground color of the tab strip buttons.
Syntax
'Declaration
 
Public Overridable Property ButtonForeColor As Color
 
'Usage
 
Dim instance As TabStrip
Dim value As Color
 
instance.ButtonForeColor = value
 
value = instance.ButtonForeColor
See Also