Click or drag to resize

OleDragEvent.Effect Property

X#
A constant indicating the effect of the drag and drop operation:

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL PROPERTY Effect AS USUAL GET SET 
Request Example View Source

Property Value

Type: Usual
A constant indicating the effect of the drag and drop operation:
Remarks
One of the following constants indicating the effect of the drag and drop operation:
ConstantDescription
DROPEFFECT_COPYCopy operation
DROPEFFECT_LINK Create a new link
DROPEFFECT_MOVE Move operation
DROPEFFECT_NONE No effect
OLEDragEvent:Effect controls the appearance of the drag and drop mouse cursor and can be set during the handling of an OLEDragEvent.
See Also