Select Method (ToggleButton)
Class
ToggleButton
.
Action
Selects an item.
Syntax
C#
toggleButton
.
Select
(
state
)
VB
toggleButton
.
Select
(
state
)
Variable
Description
state
Represents the desired state. Values include: 1=checked, 2=unchecked, 3=undecided.=.
Integer
.