RadControls for WinForms

Defines the possible edges for a DockWindow to become auto-hidden.

Namespace: Telerik.WinControls.UI.Docking
Assembly: Telerik.WinControls.RadDock (in Telerik.WinControls.RadDock.dll) Version: 2013.1.321.40 (2013.1.321.40)

Syntax

C#
public enum AutoHidePosition
Visual Basic
Public Enumeration AutoHidePosition

Members

Member nameValueDescription
Left0 Left edge of RadDock's bounds.
Top1 Top edge of RadDock's bounds.
Right2 Right edge of RadDock's bounds.
Bottom3 Bottom edge of RadDock's bounds.
Auto4 The edge is automatically chosen depending on the current alignment of the DockWindow against the MainDocumentContainer that is hosted on RadDock.

See Also