OleDragEvent.Effect Property | |
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
public virtual Usual Effect { get; set; }
Request Example
View SourceProperty Value
Type:
UsualA 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:
Constant | Description |
---|
DROPEFFECT_COPY | Copy 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