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