Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / TabStrip Class / GetTabBackColor Method


In This Topic
    GetTabBackColor Method (TabStrip)
    In This Topic
    Gets the background color of the specified tab.
    Syntax
    'Declaration
     
    
    Public Overridable Function GetTabBackColor( _
       ByVal index As Integer _
    ) As Color
    'Usage
     
    
    Dim instance As TabStrip
    Dim index As Integer
    Dim value As Color
     
    value = instance.GetTabBackColor(index)
    public virtual Color GetTabBackColor( 
       int index
    )

    Parameters

    index
    See Also