siDragAndDropAction2
 
 
 

siDragAndDropAction2

Introduced

v12.0 (2014)

Description

Possible actions for the drag and drop 2 notification.

C# Syntax

siDragAndDropAction2.siDragOverAction                                       // 0
siDragAndDropAction2.siDropAction                                           // 1
siDragAndDropAction2.siDragEnterAction                                      // 2
siDragAndDropAction2.siDragLeaveAction                                      // 3
Constant Value Description
siDragOverAction 0 Drag over. The source object is being dragged over a supported target view (Scene Explorer, Viewport.)
siDropAction 1 Drop. The source object was dropped into a supported target view (Scene Explorer, Viewport.)
siDragEnterAction 2 Drag enter. The source object entered a supported target view (Scene Explorer, Viewport.)
siDragLeaveAction 3 Drag leave. The source object left a supported target view (Scene Explorer, Viewport.)

Applies To

OnDragAndDrop Context Attribute