The requested page is not available for selected version.
Set
Syntax
long Set(TACheckState state)
Description
Set the checked state of a check box.
Parameters
state
TACheckState value to be assigned to the check box control.
Allowable values are:
- 1: Select the check box.
- 0: Clear the check box.
Return Value
Return 0 if the call is successful; otherwise, -1..