Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / TabStrip Class / GetTabFont Method
Tab index


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

Parameters

index
Tab index
See Also