DROPTYPE Property

Drop Target controls.

Used during the DRAGDOP event to let the system know what operation took place.

dropType = Get_Property(dropTarget,"DROPTYPE")

ValueDescription
MOVEReturned on a MOVE operation
COPYReturned on a COPY operation
Declare function Get_Property

 

* retrieve the DROPTYPE property and display data in a message

 

dropTarget = Get_Property("SYSTEM","DROPTARGET")

droptType = Get_Property(dropTarget,"DROPTYPE")

msg(@window,"The drop type is ": dropType)
  • guides/programming/programmers_reference_manual/droptype.txt
  • Last modified: 2024/06/19 20:20
  • by 127.0.0.1