RasterDialog.setResizable( canBeResized )
Indicates if the dialog can be resized.Parameters
| Name | Type | Description | |
|---|---|---|---|
| canBeResized | boolean |
True allows the dialog to be resized. False
disallow the dialog to be resized (default). |
Returns
| Type | Description |
|---|---|
| object | The dialog object. This allow for chaining multiple setter methods in one single statement. |