Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / TabStrip Class / SetTabBackColor Method


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

    Parameters

    index
    newColor
    See Also