Click or drag to resize

ButtonDisplayLogic Enumeration

Specifies how buttons using logic should be presented.

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(ButtonDisplayLogicConverter))]
public enum ButtonDisplayLogic
Members
  Member nameValueDescription
None0Specifies that no selection actions are presented.
NextPrevious1Specifies that next and previous buttons are presented.
Context2Specifies that the context button is presented.
ContextNextPrevious3Specifies that context, next and previous buttons are presented.
See Also