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


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