Click or drag to resize

DockingCloseRequest Enumeration

Specifies the action to take when a docking close is required.

Namespace:  Internal.ComponentFactory.Krypton.Docking
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
public enum DockingCloseRequest
Members
  Member nameValueDescription
None0Specifies no action be taken.
RemovePage1Specifies the named page be removed from the docking hierarchy.
RemovePageAndDispose2Specifies the named page be removed from the docking hierarchy and then disposed.
HidePage3Specifies the named page be hidden.
See Also