Set options for a specific Layout Manager dialog. For use by certain alert dialogs that want centered "OK" button.
FUNCTION SetLayoutOption(
dialogID : LONGINT;
option : INTEGER;
value : LONGINT): BOOLEAN;def vs.SetLayoutOption(dialogID, option, value):
return BOOLEAN| Name | Type | Description |
|---|---|---|
| dialogID | LONGINT | |
| option | INTEGER | |
| value | LONGINT |
Availability: from VectorWorks12.0