Gets or sets a value indicating how FlowChartX responds to OLE drag-and-drop operations.
SyntaxVB6
Copy Code
|
|---|
Public Property Get DragDropMode() As EDragDropMode |
C++
Copy Code
|
|---|
public: |
A member of the EDragDropMode enumeration. The default is drAutoAccept.
RemarksGets or sets how the control responds to OLE drag-and-drop operations and what events are raised in response. One of the following values can be used:
See Also