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