Dock Property (C1DockingTab)
In This Topic
Gets or sets the docking of the control in the parent container. Can be specified only for controls not parented in a C1CommandDock.
Syntax
'Declaration
Public Shadows Property Dock As DockStyle
public new DockStyle Dock {get; set;}
See Also