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


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

Parameters

index
Tab index
See Also