Click or drag to resize

ButtonEnabled Enumeration

Specifies the enabled state of a button specification.

Namespace:  Internal.ComponentFactory.Krypton.Toolkit
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
public enum ButtonEnabled
Members
  Member nameValueDescription
Container0 Specifies button should take enabled state from container control state.
True1 Specifies button should be enabled.
False2 Specifies button should be disabled.
See Also