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