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

In This Topic
    ShowTabList Property
    In This Topic
    Gets or sets the value indicating whether to show a button with dropdown list of all tabs (ignored in multiline mode).
    Syntax
    'Declaration
     
    
    Public Property ShowTabList As Boolean
    public bool ShowTabList {get; set;}
    See Also