CheckBox
Summary
Represents the Checkbox.
Signature
1 | |
Namespace
cAlgo.API
Examples
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 | |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | |
See Also
Properties
IsThreeState
Summary
Checks if the checkbox may be of three states - checked, unchecked and indeterminate.
Signature
1 | |
Return Value
bool
IsChecked
Summary
Gets or sets a value indicating whether the checkbox is checked.
Signature
1 | |
Return Value
bool?
Text
Summary
Gets or sets the checkbox text.
Signature
1 | |
Return Value
string
Content
Summary
Gets or sets the content.
Signature
1 | |
Return Value
ControlBase
Events
Click
Summary
Occurs when clicked.
Signature
1 | |
Checked
Summary
Occurs when checked.
Signature
1 | |
Unchecked
Summary
Occurs when unchecked.
Signature
1 | |
Indeterminate
Summary
Occurs when indeterminate.
Signature
1 | |