Specifies the position and manner in which a control is docked.

Namespace:  C1.Web.UI.Controls.C1ToolBar
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
public enum DockMode
Visual Basic (Declaration)
Public Enumeration DockMode

Members

Member nameDescription
ByDefault The control is able to be both docked and undocked.
Docked The control will be docked when control is over the dockable zone.
Floating The control will always be floating.

See Also