Click or drag to resize

OleDragEvent Class

X#

[Missing <include> target documentation in 'T:VO.OleDragEvent'. File: 'Gui.xml' Path: 'doc/OleDragEvent/*']

Inheritance Hierarchy
Object
  VObject
    OleDragEvent

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 CLASS OleDragEvent INHERIT VObject
Request Example View Source

The OleDragEvent type exposes the following members.

Constructors
  NameDescription
Public methodOleDragEvent
Construct an OLEDragEvent.
Top
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
Methods
  NameDescription
Public methodDestroy
Free memory resources allocated for a VObject object and its derived objects.
(Inherited from VObject.)
Top
Fields
  NameDescription
Public fieldoCargo
Cargo slot.
(Inherited from VObject.)
Top
See Also

Reference