var bMode = CheckBox.Check();
CheckBox.Check(bMode);
bMode = CheckBox.Check
CheckBox.Check = bMode
bMode = CheckBox.Check
CheckBox.Check = bMode
|
Element
|
Description
|
|---|---|
|
bMode
|
true—indicates that the checkbox is selected.
false—indicates that the checkbox is cleared.
|
|
|
For Python, use True and False, with a capital letter.
|