Raised when a dragged data item is dropped over an unoccupied area of the document.
SyntaxVB6
Copy Code
|
|---|
Public Event DropAccepted |
Event DataParameter | Type | Description |
|---|---|---|
dataType | [input] EDragDataType enumeration | The type of the dropped data. |
Dispatch ID: 36
RemarksRaised when an image is dropped over empty document area - the control background picture is set to this image. The dataType parameter is set to dtPicture.
See Also