Skip to content

OLEDropEffectConstants

Bit flags for the Effect argument of OLE drag-and-drop events, controlling what the source and target want the drop to do.

ConstantValueDescription
vbDropEffectNone0The drop is not allowed.
vbDropEffectCopy1The data should be copied to the target.
vbDropEffectMove2The data should be moved to the target --- the source removes it after a successful drop.
vbDropEffectLink4A link to the data should be created at the target. (twinBASIC addition.)
vbDropEffectScroll-2147483648The target is scrolling because the cursor is near its edge.

INFO

Available only when the FEATURE_OLEDRAGDROP feature is enabled.

twinBASIC and LOGO copyright of "WaynePhillipsEA" author