Sets the size of the dialog and overrides any size. This can be used when the command is created or anytime while the command is running. If the height is zero, the dialog will be sized to fit the command inputs currently displayed.
"command_var" is a variable referencing a Command object.
|
"command_var" is a variable referencing a Command object.
|
Type | Description |
boolean | Returns true if size was successfully set. |
Name | Type | Description |
width | integer | The width of the dialog in pixels. |
height | integer | The height of the dialog in pixels. If zero, the dialog will be sized to fit the command inputs currently displayed. |