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


In This Topic
SetTabFont Method (ITabManager)
In This Topic
Sets the font of the tab.
Syntax
'Declaration
 
Sub SetTabFont( _
   ByVal index As Integer, _
   ByVal newFont As Font _
) 
 
'Usage
 
Dim instance As ITabManager
Dim index As Integer
Dim newFont As Font
 
instance.SetTabFont(index, newFont)

Parameters

index
newFont
See Also