Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / TabManager Class / SetTabBackColor Method
Tab index


In This Topic
    SetTabBackColor Method (TabManager)
    In This Topic
    Sets the background color of the tab.
    Syntax
    'Declaration
     
    
    Public Overridable Sub SetTabBackColor( _
       ByVal index As Integer, _
       ByVal newColor As Color _
    ) 
    'Usage
     
    
    Dim instance As TabManager
    Dim index As Integer
    Dim newColor As Color
     
    instance.SetTabBackColor(index, newColor)
    public virtual void SetTabBackColor( 
       int index,
       Color newColor
    )

    Parameters

    index
    Tab index
    newColor
    See Also