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


In This Topic
GetTabForeColor Method (TabStrip)
In This Topic
Gets the text color of the specified tab.
Syntax
'Declaration
 
Public Overridable Function GetTabForeColor( _
   ByVal index As Integer _
) As Color
 
'Usage
 
Dim instance As TabStrip
Dim index As Integer
Dim value As Color
 
value = instance.GetTabForeColor(index)

Parameters

index
See Also