ContextButtonAction Enumeration |
Specifies the action to take when context button is fired.
Namespace: Internal.ComponentFactory.Krypton.NavigatorAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax[TypeConverterAttribute(typeof(ContextButtonActionConverter))]
public enum ContextButtonAction
Members| Member name | Value | Description |
|---|
| None | 0 | Specifies no action be taken. |
| SelectPage | 1 | Specifies a page is selected. |
See Also