Select Method (CheckBox)
Class
CheckBox
.
Action
Selects a check box.
Syntax
C#
checkBox
.
Select
(
state
)
VB
checkBox
.
Select
(
state
)
Variable
Description
state
The state of a check box. Values include: 1=checked, 2=unchecked, 3=undecided.
Integer
.