RadControls for WinForms

Defines the possible actions to be taken when a CloseWindow request is made.

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 DockWindowCloseAction
Visual Basic
Public Enumeration DockWindowCloseAction

Members

Member nameValueDescription
Close0 The associated DockWindow is unregistered and removed from its current parent.
CloseAndDispose1 The associated DockWindow is unregistered, removed from its current parent and explicitly disposed.
Hide2 The associated DockWindow is removed from its current parent but kept as registered with its owning RadDock. A hidden window may be later on displayed again at its previous state.

See Also