ForeColor Property (TabStrip)
Gets or sets the text color for the tabs.
public override Color ForeColor {get; set;}
'Declaration
Public Overrides Property ForeColor As Color
'Usage
Dim instance As TabStrip
Dim value As Color
instance.ForeColor = value
value = instance.ForeColor