Versions Compared

Key

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

...

The message can only be used during the DRAGSTART event for drag source control. The xOffset and yOffset arguments are used to place the image top left pixel relative to the cursor’s hotspot.

See also

DRAGSOURCE propertyDROPTARGET propertySETDRAGDATA messageCLEARDRAGDATA messageGETDRAGDATA message

Example

Code Block
dragSource = Get_Property("SYSTEM","DRAGSOURCE")
retval = Send_Message(dragSource,"c:\my_image.jpg","","","")