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


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

    Parameters

    index
    newColor
    See Also