Command.setDialogMinimumSize Method
Parent Object:
CommandDefined in namespace "adsk::core" and the header file is <Core/UserInterface/Command.h>
Description
Sets the minimum size for the dialog when resized to by the user. If this is not set, a default minimum size is used.
Syntax
"command_var" is a variable referencing a Command object.returnValue = command_var.setDialogMinimumSize(width, height)
|
"command_var" is a variable referencing a Command object.
#include <Core/UserInterface/Command.h>
returnValue = command_var->setDialogMinimumSize(width, height);
|
Return Value
boolean |
Returns true if the minimum size was successfully set. |
Parameters
width |
integer |
The minimum width of the dialog in pixels. |
height |
integer |
The minimum height of the dialog in pixels. |
Version
Introduced in version June 2015