Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / ITabManager Interface / GetTabFont Method


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

Parameters

index
See Also