Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / TabManager Class / GetTabForeColor Method
Tab index


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

Parameters

index
Tab index
See Also