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