DirectionButtonAction Enumeration |
Specifies the action to take when previous or next 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(DirectionButtonActionConverter))]
public enum DirectionButtonAction
Members| Member name | Value | Description |
|---|
| None | 0 | Specifies no action be taken. |
| SelectPage | 1 | Specifies a page is selected. |
| MoveBar | 2 | Specifies the item bar be moved to show more items. |
| ModeAppropriateAction | 3 | Specifies the appropriate action for the mode be applied. |
See Also