A check box that automatically updates its properties.
| New | () |
| CheckState | As System.Windows.Forms.CheckState | The state of the three-state check box (read-only). |
| Checked | As Boolean | True if the check box is checked (read-only). |
| Enabled | As Boolean | True if the control is enabled (read-only). |
| GetCheckState | () | As System.Windows.Forms.CheckState | Event fired to calculate the check state of the three-state box. |
| GetChecked | () | As Boolean | Event fired to calculate whether the box is checked. |
| GetEnabled | () | As Boolean | Event fired to determine whether the control is enabled. |
| SetCheckState | (ByVal value As System.Windows.Forms.CheckState) | Event fired when the state of the three-state box is changed. | |
| SetChecked | (ByVal value As Boolean) | Event fired when the box is checked or unchecked. |