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
public virtual Color ButtonForeColor {get; set;}
See Also