Enum
DockWindowCloseAction

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.

Declaration

cs-api-definition
Close = 0

Field Value

DockWindowCloseAction

CloseAndDispose

The associated DockWindow is unregistered, removed from its current parent and explicitly disposed.

Declaration

cs-api-definition
CloseAndDispose = 1

Field Value

DockWindowCloseAction

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.

Declaration

cs-api-definition
Hide = 2

Field Value

DockWindowCloseAction

In this article
DefinitionFieldsCloseCloseAndDisposeHide
Not finding the help you need?
Contact Support