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