"dragDropMode"

Defines the drag / drop mode for the widget.

Synopsis

this.dragDropMode(string mode);

Parameter

Parameter Description
shape Name of the object
mode
  • NoDragDrop

  • DragOnly

  • DropOnly

  • DragDrop

  • InternalMove

Description

Defines the drag / drop mode for the widget.

Example

main(bool enter)
{
  this.dragDropMode("DragOnly");
}

Assignment

Tree Widget, DpTreeView