Versions Compared

Key

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

...

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

See Also

DROPSOURCE propertyDROPCOPY propertyDRAGMOVE property

Example

 

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