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

In This Topic
    ShowSingleTab Property
    In This Topic
    Gets or sets a value indicating whether a tab will be shown when there is only one page in the control.
    Syntax
    'Declaration
     
    
    Public Property ShowSingleTab As Boolean
    public bool ShowSingleTab {get; set;}
    See Also