Click or drag to resize

DirectionButtonAction Enumeration

Specifies the action to take when previous or next 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(DirectionButtonActionConverter))]
public enum DirectionButtonAction
Members
  Member nameValueDescription
None0Specifies no action be taken.
SelectPage1Specifies a page is selected.
MoveBar2Specifies the item bar be moved to show more items.
ModeAppropriateAction3Specifies the appropriate action for the mode be applied.
See Also