SetTabForeColor Method (TabStrip)
Sets the text color for the specified tab.
public virtual void SetTabForeColor(
int ,
Color
)
'Declaration
Public Overridable Sub SetTabForeColor( _
ByVal As Integer, _
ByVal As Color _
)
'Usage
Dim instance As TabStrip
Dim index As Integer
Dim newColor As Color
instance.SetTabForeColor(index, newColor)
Parameters
- index
- newColor