Page History
...
Value | Description |
---|---|
dragCopy | the Boolean status of the control’s DRAGCOPY. |
existingState | the Boolean status of the control’s DRAGCOPY, when Set_Property was run. |
See Also
DRAGSOURCE property, DRAGMOVE property
Example
Code Block |
---|
Declare function Get_Property, Set_Property * Turn the DRAGCOPY property off. dragSource = Get_Property("SYSTEM","DRAGSOURCE") dragCopy = Set_Property(dragSource,"DRAGCOPY",0) |