RasterList.setDragDrop( isDnD )
Enables or disables drag and drop functions in the list control.Parameters
| Name | Type | Description | |
|---|---|---|---|
| isDnD | boolean |
True enables list items to be dragged
and to become drop targets; false turns this feature off
(default). |
Returns
| Type | Description |
|---|---|
| object | The list object. This allow for chaining multiple setter methods in one single statement. |