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


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

    Parameters

    index
    newColor
    See Also