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