ComponentOne DockControl for WPF
C1.WPF.Docking Namespace / C1DockTabControl Class / CanUserHide Property

In This Topic
    CanUserHide Property (C1DockTabControl)
    In This Topic
    Gets or sets a value that determines whether the user can change the DockMode property to DockMode.Hidden.
    Syntax
    'Declaration
     
    Public Property CanUserHide As Boolean
    public bool CanUserHide {get; set;}
    See Also