Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / C1DockingTab Class / SelectedTabBold Property

In This Topic
    SelectedTabBold Property
    In This Topic
    Gets or sets the value indicating whether to draw selected tab text with bold font.
    Syntax
    'Declaration
     
    
    Public Property SelectedTabBold As Boolean
    public bool SelectedTabBold {get; set;}
    See Also