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:
C#
public enum DockWindowCloseAction
Fields
The associated DockWindow is unregistered and removed from its current parent.
C#
Close = 0
The associated DockWindow is unregistered, removed from its current parent and explicitly disposed.
C#
CloseAndDispose = 1
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.
C#
Hide = 2