Description Occurs when data is dropped onto the control via an OLE drag/drop operation, and OLEDropMode is set to manual.
Syntax
Private Sub object_OLEDragDrop(Data As DataObject, Effect As Long, Button As Integer, Shift As Integer, x As Single, y As Single)
Remarks - See OLEDragDrop property in MSDN Library.
|