PocketPlanner Programmer's Guide

Calendar.ResetDrag Method

See Also

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

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public void ResetDrag ()

Visual Basic

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