ButtonForeColor Property (TabStrip)
Gets or sets the foreground color of the tab strip buttons.
public virtual Color ButtonForeColor {get; set;}
'Declaration
Public Overridable Property ButtonForeColor As Color
'Usage
Dim instance As TabStrip
Dim value As Color
instance.ButtonForeColor = value
value = instance.ButtonForeColor