CheckBox Class
Displays a check box and allows you to toggle a check mark on/off. You
may group check boxes, but unlike the RadioButton class, you may make
multiple check box selections within a group.
Namespace: elsystem.windows.forms
Additional
properties, methods, and events are described in the classes listed
under Inheritance Hierarchy (see below).
|
Name |
Type |
Description |
|
Checked |
bool |
Gets or sets a value indicating whether the control
is checked. |
|
Name |
Description |
|
Create() |
Initializes a new instance of a CheckBox. |
|
Create(text, width, height) |
Initializes a new instance of a CheckBox. Parameters
include the Text to appear next to the check box followed
the Width and Height of the control. |
|
Name |
Description |
|
CheckedChanged
|
Occurs when the checked state of the Checked property changes. See EventArgs for the properties returned by the handler's args parameter.
|