Click or drag to resize

ButtonCheckState Enumeration

Specifies the checked state of a button.

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 ButtonCheckState
Members
  Member nameValueDescription
NotCheckButton0 Specifies the button is not a checked button.
Checked1 Specifies the check button is currently checked.
Unchecked2 Specifies the check button is not currently checked.
See Also