GoDiagram Win Reference
GoToolPanning Class Methods


For a list of all members of this type, see GoToolPanning members.

Public Methods
 NameDescription
Public MethodCanStartOverridden. 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.  
Public MethodDoCancelMouseThe view calls this method when the user cancels the gesture with the mouse; all of the event information is provided by the LastInput property. (Inherited from Northwoods.Go.GoTool)
Public MethodDoClickAny tool can call this method in order to implement the standard click behavior. (Inherited from Northwoods.Go.GoTool)
Public MethodDoKeyDownOverridden. Stop panning whenever any key is pressed.  
Public MethodDoMouseDownOverridden. When manually panning (i.e. AutoPan is false), a mouse down causes future mouse moves to change the view's GoView.DocPosition to move along with the mouse.  
Public MethodDoMouseHoverThe view calls this method after the mouse rests for a while at a point; all of the event information is provided by the LastInput property. (Inherited from Northwoods.Go.GoTool)
Public MethodDoMouseMoveOverridden. Call GoView.DoAutoPan to pan the view according to the current mouse point relative to the Origin.  
Public MethodDoMouseUpOverridden. On the first mouse up, set the Origin point and display the panning origin marker; on the second second mouse up, stop this tool.  
Public MethodDoMouseWheelOverridden. Stop panning whenever the mouse wheel turns.  
Public MethodDoSelectAny tool can call this method in order to implement the standard selection behavior for a user click. (Inherited from Northwoods.Go.GoTool)
Public MethodIsBeyondDragSizeDetermine if the mouse has gone beyond the DragSize distance to be considered a drag instead of a sloppy click. (Inherited from Northwoods.Go.GoTool)
Public MethodStartOverridden. Initialize this tool.  
Public MethodStartTransactionStart a transaction on the view. (Inherited from Northwoods.Go.GoTool)
Public MethodStopOverridden. Stop any auto-panning in the view and remove the original panning point marker.  
Public MethodStopToolThis method just causes the view's current tool to be stopped and to start the view's default tool instead as the current tool. (Inherited from Northwoods.Go.GoTool)
Public MethodStopTransactionStop the current transaction, aborting it if TransactionResult is null. (Inherited from Northwoods.Go.GoTool)
Top
See Also

Reference

GoToolPanning Class
Northwoods.Go Namespace

 

 


© 2015. Northwoods Software Corporation. All Rights Reserved.

Send Feedback