Search
Calendar.ResetDrag Method
See Also
 






If there is a drag operation in progress, it is canceled.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public void ResetDrag ()

Visual Basic  Copy Code

Public Sub ResetDrag ()

 Remarks

Call 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