Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

There are other properties, methods, and events necessary to implement a complete drag and drop solution. See Drag and Drop for more details.

Example

Code Block
// Enable this tree control as a drag and drop source 
Set_Property(@Window:".OLE_TREE", "OLE.DragEnabled", 1)

See Also

DropSources