Search
Calendar.resetDrag Method
See Also
 






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

Namespace: com.mindfusion.scheduling
Package: com.mindfusion.scheduling

 Syntax

Java  Copy Code

public void resetDrag ()

 Remarks

Call this method if a message box or a modal dialog must be displayed in response to various Click events, to prevent the component from continuing tracking the mouse.

 See Also