Click or drag to resize

PaletteButtonEnabled Enumeration

Specifies the enabled state of a button specification.

Namespace:  Internal.ComponentFactory.Krypton.Toolkit
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public enum PaletteButtonEnabled
Members
  Member nameValueDescription
Inherit0 Specifies enabled state should be inherited.
Container1 Specifies button should take enabled state from container control state.
True2 Specifies button should be enabled.
False3 Specifies button should be disabled.
See Also