Northwoods.Go Assembly > Northwoods.Go Namespace > GoView Class : DoCancelMouse Method |
'Declaration Public Overridable Sub DoCancelMouse()
public virtual void DoCancelMouse()
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.
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