Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / TabStrip Class / SetTabForeColor Method


In This Topic
SetTabForeColor Method (TabStrip)
In This Topic
Sets the text color for the specified tab.
Syntax
'Declaration
 
Public Overridable Sub SetTabForeColor( _
   ByVal index As Integer, _
   ByVal newColor As Color _
) 
 
'Usage
 
Dim instance As TabStrip
Dim index As Integer
Dim newColor As Color
 
instance.SetTabForeColor(index, newColor)

Parameters

index
newColor
See Also