Starts an OLE drag/drop event with the given control as the source.
Object.OLEDrag()
The OLEDrag method syntax has the following parts:
Name |
Type |
Description |
Object |
AForm |
AForm object |
When the OLEDrag method is called, the component’s OLEStartDrag event occurs, allowing it to supply data to a target component.
The following statement causes a component of the AForm to initiate an OLE drag/drop operation:
frm1.OLEDrag()