Click or drag to resize

ButtonCheckState Enumeration

Specifies the checked state of a button.

Namespace: Internal.ComponentFactory.Krypton.Toolkit
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.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