Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / ITabManager Interface / GetTabForeColor Method


In This Topic
    GetTabForeColor Method (ITabManager)
    In This Topic
    Gets the text color of the tab.
    Syntax
    'Declaration
     
    
    Function GetTabForeColor( _
       ByVal index As Integer _
    ) As Color
    'Usage
     
    
    Dim instance As ITabManager
    Dim index As Integer
    Dim value As Color
     
    value = instance.GetTabForeColor(index)
    Color GetTabForeColor( 
       int index
    )

    Parameters

    index
    See Also