Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / TabManager Class / TabForeColor Property


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