Northwoods.GoWeb Assembly > Northwoods.GoWeb Namespace : GoToolPanning Class |
The following tables list the members exposed by GoToolPanning.
Name | Description | |
---|---|---|
![]() | GoToolPanning Constructor | The standard tool constructor. |
Name | Description | |
---|---|---|
![]() | AutoPan | Gets or sets whether this tool is used to implement autopanning or manual panning. |
![]() | CurrentObject | Gets or sets this tool's CurrentObject property. (Inherited from Northwoods.GoWeb.GoTool) |
![]() | FirstInput | Gets this view's FirstInput property. (Inherited from Northwoods.GoWeb.GoTool) |
![]() | LastInput | Gets this view's LastInput property. (Inherited from Northwoods.GoWeb.GoTool) |
![]() | Modal | Gets or sets whether this tool is used in a modal fashion when AutoPan is false. |
![]() | Origin | Gets or sets the original panning point. |
![]() | Selection | Gets this view's Selection property. (Inherited from Northwoods.GoWeb.GoTool) |
![]() | TransactionResult | Gets or sets whether to abort the current transaction if this tool is stopped; if set to a string, the string specifies the name of the transaction that will be finished when the tool stops. (Inherited from Northwoods.GoWeb.GoTool) |
![]() | View | Gets the view for which this tool is handling canonicalized input events. (Inherited from Northwoods.GoWeb.GoTool) |
Name | Description | |
---|---|---|
![]() | CanStart | Overridden. 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. |
![]() | DoCancelMouse | The 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.GoWeb.GoTool) |
![]() | DoClick | Any tool can call this method in order to implement the standard click behavior. (Inherited from Northwoods.GoWeb.GoTool) |
![]() | DoKeyDown | Overridden. Stop panning whenever any key is pressed. |
![]() | DoMouseDown | Overridden. 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. |
![]() | DoMouseHover | The 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.GoWeb.GoTool) |
![]() | DoMouseMove | The view calls this method upon a mouse move event; all of the event information is provided by the LastInput property. (Inherited from Northwoods.GoWeb.GoTool) |
![]() | DoMouseUp | Overridden. On the first mouse up, set the Origin point and display the panning origin marker; on the second second mouse up, stop this tool. |
![]() | DoMouseWheel | Overridden. Stop panning whenever the mouse wheel turns. |
![]() | DoSelect | Any tool can call this method in order to implement the standard selection behavior for a user click. (Inherited from Northwoods.GoWeb.GoTool) |
![]() | IsBeyondDragSize | Determine if the mouse has gone beyond the DragSize distance to be considered a drag instead of a sloppy click. (Inherited from Northwoods.GoWeb.GoTool) |
![]() | Start | Overridden. Initialize this tool. |
![]() | StartTransaction | Start a transaction on the view. (Inherited from Northwoods.GoWeb.GoTool) |
![]() | Stop | Overridden. Stop any auto-panning in the view and remove the original panning point marker. |
![]() | StopTool | This 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.GoWeb.GoTool) |
![]() | StopTransaction | Stop the current transaction, aborting it if TransactionResult is null. (Inherited from Northwoods.GoWeb.GoTool) |