| 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
Syntax[TypeConverterAttribute(typeof(ButtonDisplayLogicConverter))]
public enum ButtonDisplayLogic
 Members
Members|  | Member name | Value | Description | 
|---|
|  | None | 0 | Specifies that no selection actions are presented. | 
|  | NextPrevious | 1 | Specifies that next and previous buttons are presented. | 
|  | Context | 2 | Specifies that the context button is presented. | 
|  | ContextNextPrevious | 3 | Specifies that context, next and previous buttons are presented. | 
 See Also
See Also