Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / TabStrip Class / SelectedTabForeColor Property


In This Topic
    SelectedTabForeColor Property
    In This Topic
    Gets or sets the text color of the selected tab.
    Syntax
    'Declaration
     
    
    Public Overridable Property SelectedTabForeColor As Color
    'Usage
     
    
    Dim instance As TabStrip
    Dim value As Color
     
    instance.SelectedTabForeColor = value
     
    value = instance.SelectedTabForeColor
    public virtual Color SelectedTabForeColor {get; set;}
    See Also