Versions Compared

Key

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

...

ValueDescription
dragMovethe Boolean status of the control’s DRAGMOVE.
existingStatethe Boolean status of the control’s DRAGMOVE, when Set_Property was run.

See Also

DRAGSOURCE propertyDRAGCOPY property

Example

 

Code Block
Declare function Get_Property, Set_Property
 
* Turn the DRAGMOVE property off.
 
dragSource = Get_Property("SYSTEM","DRAGSOURCE")
dragMove = Set_Property(dragSource,"DRAGMOVE",0)