Retrieves the state of a Layout Manager three state checkbox.
PROCEDURE GetThreeStateCheckBoxState(
dialogID : LONGINT;
componentID : LONGINT;
VAR iState : INTEGER);def vs.GetThreeStateCheckBoxState(dialogID, componentID):
return iState| Name | Type | Description |
|---|---|---|
| dialogID | LONGINT | |
| componentID | LONGINT | |
| iState | INTEGER | 0-unchecked, 1-checked, 2-partially checked |
Availability: from VectorWorks12.5