Creates a new resizable Layout Manager dialog.
Resizable dialogs raise the ResizeDialogC event when resized.
FUNCTION CreateResizableLayout(
dialogTitle : STRING;
hasHelp : BOOLEAN;
defaultButtonName : STRING;
cancelButtonName : STRING;
widthResizable : BOOLEAN;
heightResizable : BOOLEAN): LONGINT;def vs.CreateResizableLayout(dialogTitle, hasHelp, defaultButtonName, cancelButtonName, widthResizable, heightResizable):
return LONGINT| Name | Type | Description |
|---|---|---|
| dialogTitle | STRING | |
| hasHelp | BOOLEAN | |
| defaultButtonName | STRING | |
| cancelButtonName | STRING | |
| widthResizable | BOOLEAN | |
| heightResizable | BOOLEAN |
The parameters are the same as CreateLayout, except for widthResizable and heightResizable, which specify that the width and height, respectively, be resizable. A dialog ID is returned by the function.
VS Functions: SetEdgeBinding | SetProportionalBinding
Availability: from VectorWorks12.0