Button |
public enum ButtonCheckState
| Member name | Value | Description |
|---|---|---|
| NotCheckButton | 0 | Specifies the button is not a checked button. |
| Checked | 1 | Specifies the check button is currently checked. |
| Unchecked | 2 | Specifies the check button is not currently checked. |
Copyright 2026 NeoAxis Group. All rights reserved.