Selects or deselects the specified check box or radio button.
PROCEDURE SetBooleanItem(
dialogID : LONGINT;
componentID : LONGINT;
setState : BOOLEAN);def vs.SetBooleanItem(dialogID, componentID, setState):
return None| Name | Type | Description |
|---|---|---|
| dialogID | LONGINT | the dialog identifier given by CreateLayout or CreateResizableLayout |
| componentID | LONGINT | The identifier for the radio or checkbox button component. |
| setState | BOOLEAN | The selection state to set for the given component. |
Availability: from Vectorworks 2010