Click or drag to resize

OleDragEvent Properties

X#

The OleDragEvent type exposes the following members.

Properties
  NameDescription
Public propertyDataObject
A pointer to the OLE object data.
Public propertyEffect
A constant indicating the effect of the drag and drop operation:
Public propertyObjectName
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.
Public propertyPosition
A Point object specifying the position of the event.
Public propertyServerName
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.
Top
See Also