GoDiagram Web Reference
CanStart Method (GoToolPanning)

This tool can start when the middle mouse button is pressed, unless AutoPan is false (for manual panning), in which case the left mouse button is used.
Syntax
'Declaration
 
Public Overrides Function CanStart() As Boolean
public override bool CanStart()
Remarks
However, for manual panning on WebForms, the left mouse button is expected only when Modal is true. When used modelessly, the middle button must be used, since the whole operation will consist of a background-mouse-down and a mouse-up, and that gesture will not be confused with a background rubber-band selection.
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

GoToolPanning Class
GoToolPanning Members
Base Implementation in CanStart

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback