siDropEffect
 
 
 

siDropEffect

Introduced

v12.0 (2014)

Description

Possible mouse icons when a drag operation is accepted by a drag and drop 2 event.

C# Syntax

siDropEffect.siDropEffectCopy                                               // 1
siDropEffect.siDropEffectMove                                               // 2
siDropEffect.siDropEffectLink                                               // 4
Constant Value Description
siDropEffectCopy 1 Copy. The mouse icon will have a rectangle and a plus sign (+) under the standard icon.
siDropEffectMove 2 Move. The mouse icon will have a rectangle under the standard icon.
siDropEffectLink 4 Link. The mouse icon will have a rectangle and a link sign (arrow) under the standard icon.

Applies To

OnDragAndDrop2 Context Attribute