OleDragEvent Properties |
The OleDragEvent type exposes the following members.
Name | Description | |
---|---|---|
DataObject |
A pointer to the OLE object data.
| |
Effect |
A constant indicating the effect of the drag and drop operation:
| |
ObjectName |
A string representing the OLE object name. By examining the object and/or server name, the container application can selectively allow or disallow a particular object or server as a drag and drop source.
| |
Position |
A Point object specifying the position of the event.
| |
ServerName |
A string representing the OLE server name. By examining the object and/or server name, the container application can selectively allow or disallow a particular object or server as a drag and drop source.
|