GoDiagram Win Reference
DoCancelMouse Method (GoView)

Handle a canonicalized cancel input event.
Syntax
'Declaration
 
Public Overridable Sub DoCancelMouse() 
public virtual void DoCancelMouse()
Remarks

This method assumes LastInput has information representing a mouse down input event. By default this just calls IGoTool.DoMouseDown on the current Tool.

This is normally called by OnQueryContinueDrag and most tools when the user types an Escape, and by any other code that wishes to simulate cancelling a mouse operation. For example, this is called when the Document is changed, to try to clean up any input operation that might be in progress.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GoView Class
GoView Members

 

 


© 2015. Northwoods Software Corporation. All Rights Reserved.

Send Feedback