Overview | This Package | All Packages
| Constructors | Description |
| CheckBox | Creates a CheckBox control. |
| Methods | Description |
| addOnCheckedChanged | Assigns a delegate to the checkedChanged event. |
| addOnCheckStateChanged | Assigns a delegate to the checkStateChanged event. |
| getAppearance | Retrieves a value that indicates whether the check box will have the appearance of a command button rather than the usual appearance of a check box. |
| getAutoCheck | Retrieves a boolean value that indicates whether the user can change the value of the check box by clicking it or whether the value can only be changed programmatically. |
| getChecked | Retrieves a boolean value that indicates whether the check box is checked. |
| getCheckState | Retrieves a value that indicates whether a check box is checked, unchecked, or indeterminate. |
| getGroupValue | Retrieves a value that indicates which check boxes in a check box group are checked. |
| getTextAlign | Retrieves a value that indicates where the text for the CheckBox control is positioned relative to the checkable box. |
| getThreeState | Retrieves a boolean value that indicates whether the check box supports a third, indeterminate state in addition to the checked and unchecked states. |
| onCheckedChanged | Triggers the checkedChanged event. |
| onCheckStateChanged | Triggers the checkStateChanged event. |
| onClick | Triggers the click event. |
| removeOnCheckedChanged | Removes the delegate that is assigned to the checkedChanged event. |
| removeOnCheckStateChanged | Removes the delegate that is assigned to the checkStateChanged event. |
| setAppearance | Sets a value that indicates whether the check box will have the appearance of a command button rather than the usual appearance of a check box. |
| setAutoCheck | Sets a boolean value that indicates whether the user can change the value of the check box by clicking it or whether the value can only be changed programmatically. |
| setChecked | Sets a boolean value that indicates whether the check box is checked. |
| setCheckState | Sets a value that indicates whether a check box is checked, unchecked, or indeterminate. |
| setGroupValue | Sets a value that indicates which check boxes in a check box group are checked. |
| setTextAlign | Sets a value that indicates where the text for the CheckBox control is positioned relative to the checkable box. |
| setThreeState | Sets a boolean value that indicates whether the check box supports a third, indeterminate state in addition to the checked and unchecked states. |