Search
FlowChart.CancelDrag Method
See Also
 



Cancels the current drag operation.

 Syntax

VB6  Copy Code

Public Sub CancelDrag ()

C++  Copy Code

public:
void CancelDrag ()

 Remarks

This method is useful in situations when the current draw operation must be cancelled, for example when starting drag-and-drop from the MouseMove event handler.

 See Also