Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / C1DockingTabPage Class / TabForeColor Property

In This Topic
    TabForeColor Property
    In This Topic
    Gets or sets the text color for the nonselected tab.
    Syntax
    'Declaration
     
    
    Public Property TabForeColor As Color
    public Color TabForeColor {get; set;}
    See Also