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

In This Topic
    CanAutoHide Property
    In This Topic
    Gets or sets a value indicating whether the pages can auto-hide (if both CanAutoHide and ShowCaption are true, a pin icon appears in the caption area).
    Syntax
    'Declaration
     
    
    Public Property CanAutoHide As Boolean
    public bool CanAutoHide {get; set;}
    See Also