Cancels the current drag operation.
SyntaxVB6
Copy Code
|
|---|
Public Sub CancelDrag () |
C++
Copy Code
|
|---|
public: |
RemarksThis 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