ButtonDisplay Enumeration |
Specifies the display logic for the a button on the navigator.
Namespace:
Internal.ComponentFactory.Krypton.Navigator
Assembly:
NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax [TypeConverterAttribute(typeof(ButtonDisplayConverter))]
public enum ButtonDisplay
Members
| Member name | Value | Description |
---|
| Hide | 0 | Specifies the button is never shown. |
| ShowDisabled | 1 | Specifies the button is always shown but always disabled. |
| ShowEnabled | 2 | Specifies the button is always shown but always enabled. |
| Logic | 3 | Specifies the button is is enabled and shown depending on state logic. |
See Also