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

In This Topic
    AutoHiding Property
    In This Topic
    Gets or sets the value indicating whether the pages of the tab control are in auto-hiding mode.
    Syntax
    'Declaration
     
    
    Public Property AutoHiding As Boolean
    public bool AutoHiding {get; set;}
    See Also