Versions Compared

Key

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

...

ValueDescription
dropCopythe Boolean status of the control’s DROPCOPY.
existingStatethe Boolean status of the control’s DROPCOPY, when Set_Property was run.

See Also

DROPSOURCE propertyDROPMOVE property

Example

 

Code Block
Declare function Get_Property, Set_Property
 
* Turn the DROPCOPY property off on the Dragover event.
 
dropSource = Get_Property("SYSTEM","DROPSOURCE")
dropCopy = Set_Property(dropSource,"DROPCOPY",0)