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