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

In This Topic
    ShowTabs Property
    In This Topic
    Gets or sets whether tabs area is displayed within the C1DockingTab.
    Syntax
    'Declaration
     
    
    Public Property ShowTabs As Boolean
    public bool ShowTabs {get; set;}
    Remarks
    Use the ShowTabs property to control the display of the tabs. If this property is set to false, the tabs area is not displayed.
    See Also