EnumDockWindowCloseAction
Enum
Defines the possible actions to be taken when a CloseWindow(DockWindow) request is made.
Definition
Namespace:Telerik.WinControls.UI.Docking
Assembly:Telerik.WinControls.RadDock.dll
Syntax:
cs-api-definition
public enum DockWindowCloseAction
Fields
Close
The associated DockWindow is unregistered and removed from its current parent.
CloseAndDispose
The associated DockWindow is unregistered, removed from its current parent and explicitly disposed.
Hide
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.