advr.hlp (Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
DRAG Method Details
  Summary  Details  Example                Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
 [form.][ctlname.]DRAG [action%]
 
 Usage Notes
   ■ Use the DRAG method to control dragging and dropping only when the
     DragMode property of the control to drag is set to 0 (Manual). However,
     you can still use DRAG on a control whose DragMode property is set to
     1 (Automatic). See: DragMode Property
 
   ■ If you want the mouse pointer to change while the control is being
     dragged, use the MousePointer property to define your pointer.
     See: MousePointer Property