Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / ITabManager Interface / GetTabFont Method


In This Topic
    GetTabFont Method (ITabManager)
    In This Topic
    Gets the font of the tab.
    Syntax
    'Declaration
     
    
    Function GetTabFont( _
       ByVal index As Integer _
    ) As Font
    'Usage
     
    
    Dim instance As ITabManager
    Dim index As Integer
    Dim value As Font
     
    value = instance.GetTabFont(index)
    Font GetTabFont( 
       int index
    )

    Parameters

    index
    See Also