Specifies the control's drag-and-drop handling mode; members of this enumeration can be assigned to the DragDropMode property.
SyntaxVB6
Copy Code
|
|---|
Public Enum EDragDropMode |
C++
Copy Code
|
|---|
enum EDragDropMode |
Members| Member name | Value | Description | |
|---|---|---|---|
![]() |
drAutoAccept |
0 | FlowChartX automatically accepts data of the types it recognizes. |
![]() |
drRequestAccept |
1 | FlowChartX raises validation events to let the application accept the data. |
![]() |
drProgrControl |
2 | FlowChartX provides full control over the drag and drop process. |
![]() |
drProgrControlVB |
3 | FlowChartX provides full control over the drag and drop process; the raised events receive as arguments automation compatible data objects. |
See Also