CheckButton Constructors
A toggle button with checked and unchecked states that can be organized in mutually exclusive groups.| Name | Parameters | Description |
|---|---|---|
| CheckButton() | none | Initializes a new instance of the CheckButton class. |
| CheckButton(Boolean) | check | Initializes a new instance of the CheckButton class with the specified check state. |
See Also