Click or drag to resize

ContextButtonAction Enumeration

Specifies the action to take when context 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(ContextButtonActionConverter))]
public enum ContextButtonAction
Members
  Member nameValueDescription
None0Specifies no action be taken.
SelectPage1Specifies a page is selected.
See Also