RasterDialog.setMovable( canBeMoved )
Indicates if the dialog can be moved/dragged around the page.Parameters
Name | Type | Description | |
---|---|---|---|
canBeMoved | boolean |
True allows the dialog to be moved (default).
False disallow the dialog to be moved. |
Returns
Type | Description |
---|---|
object | The dialog object. This allow for chaining multiple setter methods in one single statement. |