Click or drag to resize

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
C#
[TypeConverterAttribute(typeof(ButtonDisplayConverter))]
public enum ButtonDisplay
Members
  Member nameValueDescription
Hide0Specifies the button is never shown.
ShowDisabled1Specifies the button is always shown but always disabled.
ShowEnabled2Specifies the button is always shown but always enabled.
Logic3Specifies the button is is enabled and shown depending on state logic.
See Also