SetTabFont Method (TabStrip)
Sets the font settings for the specified tab.
public virtual void SetTabFont(
int ,
Font
)
'Declaration
Public Overridable Sub SetTabFont( _
ByVal As Integer, _
ByVal As Font _
)
'Usage
Dim instance As TabStrip
Dim index As Integer
Dim newFont As Font
instance.SetTabFont(index, newFont)
Parameters
- index
- newFont