Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / TabStrip Class / SetTabFont Method


In This Topic
SetTabFont Method (TabStrip)
In This Topic
Sets the font settings for the specified tab.
Syntax
'Declaration
 
Public Overridable Sub SetTabFont( _
   ByVal index As Integer, _
   ByVal newFont As Font _
) 
 
'Usage
 
Dim instance As TabStrip
Dim index As Integer
Dim newFont As Font
 
instance.SetTabFont(index, newFont)

Parameters

index
newFont
See Also