Versions Compared

Key

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

...

ValueDescription
dragCopythe Boolean status of the control’s DRAGCOPY.
existingStatethe Boolean status of the control’s DRAGCOPY, when Set_Property was run.

See Also

DRAGSOURCE propertyDRAGMOVE 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)