GetTabFont Method (TabStrip)
In This Topic
Gets the font of the specified tab.
Syntax
'Declaration
Public Overridable Function GetTabFont( _
ByVal As Integer _
) As Font
'Usage
Dim instance As TabStrip
Dim index As Integer
Dim value As Font
value = instance.GetTabFont(index)
public virtual Font GetTabFont(
int
)
Parameters
- index
- Tab index
See Also