Click or drag to resize

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
C#
[TypeConverterAttribute(typeof(CloseButtonActionConverter))]
public enum CloseButtonAction
Members
  Member nameValueDescription
None0Specifies no action be taken.
RemovePage1Specifies the current page be removed from the pages collection.
RemovePageAndDispose2Specifies the current page be removed from the pages collection and then disposed.
HidePage3Specifies the current page be hidden.
See Also