CloseButtonAction Enumeration |
Specifies the action to take when close button is fired.
Namespace:
Internal.ComponentFactory.Krypton.Navigator
Assembly:
NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax [TypeConverterAttribute(typeof(CloseButtonActionConverter))]
public enum CloseButtonAction
Members
| Member name | Value | Description |
---|
| None | 0 | Specifies no action be taken. |
| RemovePage | 1 | Specifies the current page be removed from the pages collection. |
| RemovePageAndDispose | 2 | Specifies the current page be removed from the pages collection and then disposed. |
| HidePage | 3 | Specifies the current page be hidden. |
See Also