ComponentOne Menus and Toolbars for WinForms
C1.Win.C1Command.4.5.2 Assembly / C1.Win.C1Command Namespace / C1DockingTab Class / ShowTabs Property

In This Topic
    ShowTabs Property (C1DockingTab)
    In This Topic
    Gets or sets whether tabs area is displayed within the C1DockingTab.
    Syntax
    'Declaration
     
    Public Property ShowTabs As System.Boolean
    public System.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.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also