Page History
...
Value | Description |
---|---|
dropCopy | the Boolean status of the control’s DROPCOPY. |
existingState | the Boolean status of the control’s DROPCOPY, when Set_Property was run. |
See Also
DROPSOURCE property, DROPMOVE 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) |