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
// Highlight the whole control when the user drags over it 
Set_Property(@Window:".OLE_TREE", "OLE.DropBehavior", "Control") 

// Show an insertion marker as the user drags 
Set_Property(@Window:".OLE_TREE", "OLE.DropBehavior", "Insert")

See Also

DropConditionDropSourcesAutoDrop