DockingCloseRequest Enumeration |
Specifies the action to take when a docking close is required.
Namespace:
Internal.ComponentFactory.Krypton.Docking
Assembly:
NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public enum DockingCloseRequest
Members
| Member name | Value | Description |
---|
| None | 0 | Specifies no action be taken. |
| RemovePage | 1 | Specifies the named page be removed from the docking hierarchy. |
| RemovePageAndDispose | 2 | Specifies the named page be removed from the docking hierarchy and then disposed. |
| HidePage | 3 | Specifies the named page be hidden. |
See Also