If there is a drag operation in progress, it is canceled.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public void ResetDrag () |
Visual Basic
Copy Code
|
|---|
Public Sub ResetDrag () |
RemarksCall this method if a message box or a dialog must be displayed in response to various *Click events, but you do not want the control to continue tracking the mouse afterwards.
See Also