Retrieves the state of the specified Layout Manager icon push button (pressed or not pressed).
FUNCTION SetIconPushButtonState(
nDialogID : LONGINT;
nComponentID : LONGINT;
bPressed : BOOLEAN): BOOLEAN;def vs.SetIconPushButtonState(nDialogID, nComponentID, bPressed):
return BOOLEAN| Name | Type | Description |
|---|---|---|
| nDialogID | LONGINT | |
| nComponentID | LONGINT | |
| bPressed | BOOLEAN |
Availability: from VectorWorks13.0