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


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