| Name | Description |
| AbortTransaction | This just calls Document.AbortTransaction() . (Inherited from Northwoods.Go.GoView) |
| AddMouseCursors | Add the HorizontalRulerMouseCursor and VerticalRulerMouseCursor cursors to their corresponding rulers. |
| AddObjectCursors | Add the "...ObjectCursor" cursors for representing an object to their corresponding rulers. |
| BeginInvoke | Overloaded. Executes the specified delegate asynchronously on the thread that the control's underlying handle was created on. (Inherited from System.Windows.Forms.Control) |
| BeginUpdate | Disable painting of this view. (Inherited from Northwoods.Go.GoView) |
| BringToFront | Brings the control to the front of the z-order. (Inherited from System.Windows.Forms.Control) |
| CanCopyObjects | Called to see if the user can copy objects in this view for this document. (Inherited from Northwoods.Go.GoView) |
| CanDeleteObjects | Called to see if the user can delete objects in this view for this document. (Inherited from Northwoods.Go.GoView) |
| CanEditCopy | This predicate is true when the user can perform the Northwoods.Go.GoView.EditCopy action. (Inherited from Northwoods.Go.GoView) |
| CanEditCut | This predicate is true when the user can perform the Northwoods.Go.GoView.EditCut action. (Inherited from Northwoods.Go.GoView) |
| CanEditDelete | This predicate is true when the user can perform the Northwoods.Go.GoView.EditDelete action. (Inherited from Northwoods.Go.GoView) |
| CanEditEdit | This predicate is true when the user can perform the Northwoods.Go.GoView.EditEdit action. (Inherited from Northwoods.Go.GoView) |
| CanEditObjects | Called to see if the user can edit objects in this view for this document. (Inherited from Northwoods.Go.GoView) |
| CanEditPaste | This predicate is true when the user can perform the Northwoods.Go.GoView.EditPaste action. (Inherited from Northwoods.Go.GoView) |
| CanInsertObjects | Called to see if the user can insert objects into this view for this document. (Inherited from Northwoods.Go.GoView) |
| CanLinkObjects | Called to see if the user can link objects together in this view for this document. (Inherited from Northwoods.Go.GoView) |
| CanMoveObjects | Called to see if the user can move objects in this view for this document. (Inherited from Northwoods.Go.GoView) |
| CanRedo | This just calls Document.CanRedo() . (Inherited from Northwoods.Go.GoView) |
| CanReshapeObjects | Called to see if the user can reshape objects in this view for this document. (Inherited from Northwoods.Go.GoView) |
| CanResizeObjects | Called to see if the user can resize objects in this view for this document. (Inherited from Northwoods.Go.GoView) |
| CanScroll | Determine if there is room for the view to be scrolled in a given direction. (Inherited from Northwoods.Go.GoView) |
| CanSelectObjects | Called to see if the user can select objects in this view for this document. (Inherited from Northwoods.Go.GoView) |
| CanUndo | This just calls Document.CanUndo() . (Inherited from Northwoods.Go.GoView) |
| ComputeAutoPanDocPosition | This method is called to determine the next position in the document for this view, given a point at which the user is holding the mouse during a pan operation. (Inherited from Northwoods.Go.GoView) |
| ComputeAutoScrollDocPosition | This method is called to determine the next position in the document for this view, given a point at which the user is dragging the mouse. (Inherited from Northwoods.Go.GoView) |
| ComputeDocumentBounds | Determine the actual extent of all of the objects in the document as seen by this view. (Inherited from Northwoods.Go.GoView) |
| Contains | Retrieves a value indicating whether the specified control is a child of the control. (Inherited from System.Windows.Forms.Control) |
| ConvertDocToView | Overloaded. Given a point in this document, calculate the corresponding point in this view. (Inherited from Northwoods.Go.GoView) |
| ConvertViewToDoc | Overloaded. Given a point in this view, calculate the corresponding point in the view's document. (Inherited from Northwoods.Go.GoView) |
| CopySelection | Make copies of the objects in a collection and add them to this view's document at the given offset. (Inherited from Northwoods.Go.GoView) |
| CopyToClipboard | Put a copy of a collection of objects in the clipboard. (Inherited from Northwoods.Go.GoView) |
| CreateControl | Forces the creation of the visible control, including the creation of the handle and any visible child controls. (Inherited from System.Windows.Forms.Control) |
| CreateDefaultTool | Create an instance of the default Northwoods.Go.GoView.DefaultTool for this view. (Inherited from Northwoods.Go.GoView) |
| CreateDocument | This method is called by the constructor to create a document for this view. (Inherited from Northwoods.Go.GoView) |
| CreateGraphics | Creates the System.Drawing.Graphics for the control. (Inherited from System.Windows.Forms.Control) |
| CreateGrid | This method is called by the constructor to create a grid object for this view. (Inherited from Northwoods.Go.GoView) |
| CreateLink | The Northwoods.Go.GoToolLinking class calls this method to create a new link between ports. (Inherited from Northwoods.Go.GoView) |
| CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject) |
| CreateSelection | This method is called by the constructor to create a selection collection for this view. (Inherited from Northwoods.Go.GoView) |
| CreateSheet | This method is called by the constructor to create a page object for this view. (Inherited from Northwoods.Go.GoView) |
| DeleteSelection | Delete a collection of objects. (Inherited from Northwoods.Go.GoView) |
| DetectHover | Start or restart a timer to see if the mouse has moved; if at the end of the timer the mouse has not moved, Northwoods.Go.GoView.DoMouseHover is called. (Inherited from Northwoods.Go.GoView) |
| Dispose | Overloaded. Free up any Windows resources that this view caches. (Inherited from Northwoods.Go.GoView) |
| DoAutoPan | Start or continue scrolling the view according to the relative position of the compared to the . (Inherited from Northwoods.Go.GoView) |
| DoAutoScroll | Start or continue automatically scrolling the view during a mouse drag. (Inherited from Northwoods.Go.GoView) |
| DoBackgroundMouseOver | This method is called by Northwoods.Go.GoView.DoMouseOver when no call to Northwoods.Go.GoObject.OnMouseOver has returned true. (Inherited from Northwoods.Go.GoView) |
| DoCancelMouse | Handle a canonicalized cancel input event. (Inherited from Northwoods.Go.GoView) |
| DoContextClick | Perform the behavior that normally occurs upon a context click. (Inherited from Northwoods.Go.GoView) |
| DoDoubleClick | Perform the behavior that normally occurs upon a double click. (Inherited from Northwoods.Go.GoView) |
| DoDragDrop | Begins a drag-and-drop operation. (Inherited from System.Windows.Forms.Control) |
| DoEndEdit | Stop the user's editing an object using the Northwoods.Go.GoView.EditControl. (Inherited from Northwoods.Go.GoView) |
| DoHover | Perform the behavior that normally occurs upon a mouse hover. (Inherited from Northwoods.Go.GoView) |
| DoKeyDown | Handle a canonicalized keyboard input event. (Inherited from Northwoods.Go.GoView) |
| DoMouseDown | Handle a canonicalized mouse down input event. (Inherited from Northwoods.Go.GoView) |
| DoMouseHover | Handle a canonicalized mouse hover input event. (Inherited from Northwoods.Go.GoView) |
| DoMouseMove | Handle a canonicalized mouse move input event. (Inherited from Northwoods.Go.GoView) |
| DoMouseOver | Perform the immediate behavior normally associated with the mouse moving without a mouse button being pressed. (Inherited from Northwoods.Go.GoView) |
| DoMouseUp | Handle a canonicalized mouse up input event. (Inherited from Northwoods.Go.GoView) |
| DoMouseWheel | Handle a canonicalized mouse wheel input event. (Inherited from Northwoods.Go.GoView) |
| DoObjectEnterLeave | Perform the behavior that normally occurs when there is a change in the document object that the mouse is over. (Inherited from Northwoods.Go.GoView) |
| DoSelectionDropped | Perform the behavior that normally occurs when the Northwoods.Go.GoView.Selection has been dropped in this view. (Inherited from Northwoods.Go.GoView) |
| DoSelectionDropReject | Invoke BackgroundSelectionDropReject or ObjectSelectionDropReject event handlers and Northwoods.Go.GoObject.Northwoods.Go.GoObject.OnSelectionDropReject methods to see if any want to prevent a drop. (Inherited from Northwoods.Go.GoView) |
| DoSingleClick | Perform the behavior that normally occurs upon a single click. (Inherited from Northwoods.Go.GoView) |
| DoToolTipObject | This method is responsible for finding a tooltip string for an object and then displaying it in a ToolTip. (Inherited from Northwoods.Go.GoView) |
| DoWheel | Perform the standard mouse wheel behavior for views. (Inherited from Northwoods.Go.GoView) |
| DrawToBitmap | Supports rendering to the specified bitmap. (Inherited from System.Windows.Forms.Control) |
| DrawXorBox | This convenience method erases any previous XOR-drawn rectangle and then may draw a new one with the given dimensions. (Inherited from Northwoods.Go.GoView) |
| DrawXorLine | Draw a line on the screen in XOR mode. (Inherited from Northwoods.Go.GoView) |
| DrawXorRectangle | Draw a rectangle on the screen in XOR mode. (Inherited from Northwoods.Go.GoView) |
| EditCopy | Copy the Northwoods.Go.GoView.Selection to the clipboard. (Inherited from Northwoods.Go.GoView) |
| EditCut | Copy the current Northwoods.Go.GoView.Selection to the clipboard and then delete it. (Inherited from Northwoods.Go.GoView) |
| EditDelete | Remove all selected objects from this view's document. (Inherited from Northwoods.Go.GoView) |
| EditEdit | Have the user edit the primary selection. (Inherited from Northwoods.Go.GoView) |
| EditObject | Begin having the user edit an object. (Inherited from Northwoods.Go.GoView) |
| EditPaste | Paste and select a copy of the clipboard's GoObjects into this view's document. (Inherited from Northwoods.Go.GoView) |
| EndInvoke | Retrieves the return value of the asynchronous operation represented by the System.IAsyncResult passed. (Inherited from System.Windows.Forms.Control) |
| EndUpdate | Re-enable painting of this view. (Inherited from Northwoods.Go.GoView) |
| FindForm | Retrieves the form that the control is on. (Inherited from System.Windows.Forms.Control) |
| FindMouseTool | Overloaded. Find one of the tools used by this view that is an instance of a given tool type. (Inherited from Northwoods.Go.GoView) |
| FindNearestGridPoint | Find the nearest Northwoods.Go.GoView.Grid point to a given point. (Inherited from Northwoods.Go.GoView) |
| FinishTransaction | This just calls Document.FinishTransaction(tname) . (Inherited from Northwoods.Go.GoView) |
| Focus | Sets input focus to the control. (Inherited from System.Windows.Forms.Control) |
| GetBitmap | Produce a rendering of this view. (Inherited from Northwoods.Go.GoView) |
| GetBitmapFromCollection | Overloaded. Return a Bitmap displaying all of the visible objects in the given collection. (Inherited from Northwoods.Go.GoView) |
| GetChildAtPoint | Overloaded. Retrieves the child control that is located at the specified coordinates, specifying whether to ignore child controls of a certain type. (Inherited from System.Windows.Forms.Control) |
| GetContainerControl | Returns the next System.Windows.Forms.ContainerControl up the control's chain of parent controls. (Inherited from System.Windows.Forms.Control) |
| GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) |
| GetNextControl | Retrieves the next control forward or back in the tab order of child controls. (Inherited from System.Windows.Forms.Control) |
| GetPreferredSize | Retrieves the size of a rectangular area into which a control can be fitted. (Inherited from System.Windows.Forms.Control) |
| GetShadowBrush | Get a Brush for filling in an object's drop-shadow. (Inherited from Northwoods.Go.GoView) |
| GetShadowPen | Get a Pen for drawing an object's drop-shadow. (Inherited from Northwoods.Go.GoView) |
| HandleScroll | This is the event handler for both scroll bars. (Inherited from Northwoods.Go.GoView) |
| Hide | Conceals the control from the user. (Inherited from System.Windows.Forms.Control) |
| InitializeLayersFromDocument | This method is responsible for setting up the view's collection of layers to include all of the document's layers, in order, followed by the view's default layer. (Inherited from Northwoods.Go.GoView) |
| InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) |
| Invalidate | Overloaded. Invalidates the specified region of the control (adds it to the control's update region, which is the area that will be repainted at the next paint operation), and causes a paint message to be sent to the control. (Inherited from System.Windows.Forms.Control) |
| Invoke | Overloaded. Executes the specified delegate on the thread that owns the control's underlying window handle. (Inherited from System.Windows.Forms.Control) |
| IsInternalDragDrop | This predicate is true when a drag-and-drop started within this view. (Inherited from Northwoods.Go.GoView) |
| LayoutScrollBars | Position and size the scrollbars and corner. (Inherited from Northwoods.Go.GoView) |
| LimitDocPosition | This method is called when setting the Northwoods.Go.GoView.DocPosition property to make sure the view only takes reasonable, desired positions. (Inherited from Northwoods.Go.GoView) |
| LimitDocScale | This method is called when setting the DocScale property to make sure that the view only displays objects at a reasonable scale. (Inherited from Northwoods.Go.GoView) |
| MatchesNodeLabel | This predicate is called by SelectNextNode to decide if a part's text label starts with a given character. (Inherited from Northwoods.Go.GoView) |
| MoveSelection | Move a collection of objects by a given offset. (Inherited from Northwoods.Go.GoView) |
| PasteFromClipboard | Copy the GoObjects in the clipboard into this view's document. (Inherited from Northwoods.Go.GoView) |
| PerformLayout | Overloaded. Forces the control to apply layout logic to all its child controls. (Inherited from System.Windows.Forms.Control) |
| PickObject | Find a visible object at a given point. (Inherited from Northwoods.Go.GoView) |
| PickObjects | Return a collection of objects that can be picked at a particular point. (Inherited from Northwoods.Go.GoView) |
| PickObjectsInRectangle | Return a collection of objects that are surrounded by a given rectangle. (Inherited from Northwoods.Go.GoView) |
| PointToClient | Computes the location of the specified screen point into client coordinates. (Inherited from System.Windows.Forms.Control) |
| PointToScreen | Computes the location of the specified client point into screen coordinates. (Inherited from System.Windows.Forms.Control) |
| PreProcessControlMessage | Preprocesses keyboard or input messages within the message loop before they are dispatched. (Inherited from System.Windows.Forms.Control) |
| PreProcessMessage | Preprocesses keyboard or input messages within the message loop before they are dispatched. (Inherited from System.Windows.Forms.Control) |
| Print | Print this view's document. (Inherited from Northwoods.Go.GoView) |
| PrintDocumentPage | This is called repeatedly by the printing process in order to produce the printed image. (Inherited from Northwoods.Go.GoView) |
| PrintPreview | Display a print preview window for this view's document. (Inherited from Northwoods.Go.GoView) |
| RaiseBackgroundContextClicked | Raise a Northwoods.Go.GoView.BackgroundContextClicked event for a given canonicalized input event. (Inherited from Northwoods.Go.GoView) |
| RaiseBackgroundDoubleClicked | Raise a Northwoods.Go.GoView.BackgroundDoubleClicked event for a given canonicalized input event. (Inherited from Northwoods.Go.GoView) |
| RaiseBackgroundHover | Raise a Northwoods.Go.GoView.BackgroundHover event for a given canonicalized input event. (Inherited from Northwoods.Go.GoView) |
| RaiseBackgroundSelectionDropped | Raise a BackgroundSelectionDropped event for a given canonicalized input event. (Inherited from Northwoods.Go.GoView) |
| RaiseBackgroundSelectionDropReject | Call OnBackgroundSelectionDropReject with the given Northwoods.Go.GoInputEventArgs to raise a BackgroundSelectionDropReject event. (Inherited from Northwoods.Go.GoView) |
| RaiseBackgroundSingleClicked | Raise a BackgroundSingleClicked event for a given canonicalized input event. (Inherited from Northwoods.Go.GoView) |
| RaiseChanged | Handle changes to any view layers or view objects. (Inherited from Northwoods.Go.GoView) |
| RaiseClipboardCopied | Call OnClipboardCopied to raise a ClipboardCopied event. (Inherited from Northwoods.Go.GoView) |
| RaiseClipboardPasted | Call OnClipboardPasted to raise a ClipboardPasted event. (Inherited from Northwoods.Go.GoView) |
| RaiseExternalObjectsDropped | Call OnExternalObjectsDropped to raise a ExternalObjectsDropped event. (Inherited from Northwoods.Go.GoView) |
| RaiseLinkCreated | Call OnLinkCreated for the given object to raise a LinkCreated event. (Inherited from Northwoods.Go.GoView) |
| RaiseLinkRelinked | Call OnLinkRelinked for the given object to raise a LinkRelinked event. (Inherited from Northwoods.Go.GoView) |
| RaiseObjectContextClicked | Raise an ObjectContextClicked event for a given object and canonicalized input event. (Inherited from Northwoods.Go.GoView) |
| RaiseObjectDoubleClicked | Raise an ObjectDoubleClicked event for a given object and canonicalized input event. (Inherited from Northwoods.Go.GoView) |
| RaiseObjectEdited | Call OnObjectEdited for the given object to raise an ObjectEdited event. (Inherited from Northwoods.Go.GoView) |
| RaiseObjectEnterLeave | Raise an ObjectEnterLeave event for a given object. (Inherited from Northwoods.Go.GoView) |
| RaiseObjectGotSelection | Call OnObjectGotSelection for the given object to raise an ObjectGotSelection event. (Inherited from Northwoods.Go.GoView) |
| RaiseObjectHover | Raise an Northwoods.Go.GoView.ObjectHover event for a given object and canonicalized input event. (Inherited from Northwoods.Go.GoView) |
| RaiseObjectLostSelection | Call OnObjectLostSelection for the given object to raise an ObjectLostSelection event. (Inherited from Northwoods.Go.GoView) |
| RaiseObjectResized | Call OnObjectResized for the given object to raise an ObjectResized event. (Inherited from Northwoods.Go.GoView) |
| RaiseObjectSelectionDropped | Raise an ObjectSelectionDropped event for a given object and canonicalized input event. (Inherited from Northwoods.Go.GoView) |
| RaiseObjectSelectionDropReject | Call OnObjectSelectionDropReject with the given Northwoods.Go.GoObjectEventArgs to raise a ObjectSelectionDropReject event. (Inherited from Northwoods.Go.GoView) |
| RaiseObjectSingleClicked | Raise an ObjectSingleClicked event for a given object and canonicalized input event. (Inherited from Northwoods.Go.GoView) |
| RaisePropertyChangedEvent | Raise a PropertyChanged event for the given property name. (Inherited from Northwoods.Go.GoView) |
| RaiseSelectionCopied | Call OnSelectionCopied to raise a SelectionCopied event. (Inherited from Northwoods.Go.GoView) |
| RaiseSelectionDeleted | Call OnSelectionDeleted to raise a SelectionDeleted event. (Inherited from Northwoods.Go.GoView) |
| RaiseSelectionDeleting | Call OnSelectionDeleting with the given CancelEventArgs to raise a SelectionDeleting event. (Inherited from Northwoods.Go.GoView) |
| RaiseSelectionFinished | Call OnSelectionFinished. (Inherited from Northwoods.Go.GoView) |
| RaiseSelectionMoved | Call OnSelectionMoved to raise a SelectionMoved event. (Inherited from Northwoods.Go.GoView) |
| RaiseSelectionStarting | Call OnSelectionStarting. (Inherited from Northwoods.Go.GoView) |
| RectangleToClient | Computes the size and location of the specified screen rectangle in client coordinates. (Inherited from System.Windows.Forms.Control) |
| RectangleToScreen | Computes the size and location of the specified client rectangle in screen coordinates. (Inherited from System.Windows.Forms.Control) |
| Redo | This just calls Document.Redo() . (Inherited from Northwoods.Go.GoView) |
| Refresh | Forces the control to invalidate its client area and immediately redraw itself and any child controls. (Inherited from System.Windows.Forms.Control) |
| RemoveMouseCursors | Remove the HorizontalRulerMouseCursor and VerticalRulerMouseCursor cursors from their corresponding rulers. |
| RemoveObjectCursors | Remove the "...ObjectCursor" cursors for representing an object from their corresponding rulers. |
| ReplaceMouseTool | Replace one of the "mode-less" tools used by this view. (Inherited from Northwoods.Go.GoView) |
| RequestFocus | Call the Control.Focus() method, catching any SecurityException to make sure OnGotFocus is called anyway. (Inherited from Northwoods.Go.GoView) |
| RescaleToFit | Change the DocScale and Northwoods.Go.GoView.DocPosition properties so that all document objects are visible. (Inherited from Northwoods.Go.GoView) |
| RescaleWithCenter | Change the DocScale, and adjust the Northwoods.Go.GoView.DocPosition so that the remains at the center of the view. (Inherited from Northwoods.Go.GoView) |
| ResetText | Resets the System.Windows.Forms.Control.Text property to its default value. (Inherited from System.Windows.Forms.Control) |
| ResumeLayout | Overloaded. Resumes usual layout logic. (Inherited from System.Windows.Forms.Control) |
| Scale | (Inherited from System.Windows.Forms.Control) |
| ScrollLine | Programmatically scroll the view by a "line" (a small change). (Inherited from Northwoods.Go.GoView) |
| ScrollPage | Programmatically scroll the view by a "page" (a large change). (Inherited from Northwoods.Go.GoView) |
| ScrollRectangleToVisible | Change this view's DocPosition so that the given rectangle is visible. (Inherited from Northwoods.Go.GoView) |
| Select | Overloaded. Activates the control. (Inherited from System.Windows.Forms.Control) |
| SelectAll | Add all eligible document objects to this view's selection. (Inherited from Northwoods.Go.GoView) |
| SelectInRectangle | Add all eligible document objects that are within a given rectangle to this view's selection. (Inherited from Northwoods.Go.GoView) |
| SelectNextControl | Activates the next control. (Inherited from System.Windows.Forms.Control) |
| SelectNextNode | Change the primary selection to be the next object whose label starts with a given letter or digit. (Inherited from Northwoods.Go.GoView) |
| SendToBack | Sends the control to the back of the z-order. (Inherited from System.Windows.Forms.Control) |
| SetBounds | Overloaded. Sets the bounds of the control to the specified location and size. (Inherited from System.Windows.Forms.Control) |
| SetModifiable | This method sets some properties that determine whether the user can modify the document from this view. (Inherited from Northwoods.Go.GoView) |
| Show | Displays the control to the user. (Inherited from System.Windows.Forms.Control) |
| SnapPoint | Find the nearest grid point to a given point when Northwoods.Go.GoView.MoveSelection or Northwoods.Go.GoView.CopySelection need to snap object locations to a grid. (Inherited from Northwoods.Go.GoView) |
| StandardizeCursorName | Convert a cursor name to a standardized name. (Inherited from Northwoods.Go.GoView) |
| StartTransaction | This just calls Document.StartTransaction() . (Inherited from Northwoods.Go.GoView) |
| StopAutoScroll | Stop any ongoing auto-scroll or auto-pan action. (Inherited from Northwoods.Go.GoView) |
| SuspendLayout | Temporarily suspends the layout logic for the control. (Inherited from System.Windows.Forms.Control) |
| ToString | (Inherited from System.ComponentModel.Component) |
| Undo | This just calls Document.Undo() . (Inherited from Northwoods.Go.GoView) |
| Update | Causes the control to redraw the invalidated regions within its client area. (Inherited from System.Windows.Forms.Control) |
| UpdateExtent | This method is called when this GoView's Size (or Width or Height) is changed, to allow the view to scroll or rescale itself. (Inherited from Northwoods.Go.GoView) |
| UpdateMouseCursors | Update the HorizontalRulerMouseCursor and VerticalRulerMouseCursor according to the given position of the mouse in document coordinates. |
| UpdateObjectCursors | Update the ruler cursors representing object bounds with the corresponding sides of a given rectangle in document coordinates. |
| UpdateRulers | Update the HorizontalRuler and VerticalRuler. |
| UpdateScrollBars | Update the scroll bars for this view, changing the minimum/maximum/value and visibility as appropriate. (Inherited from Northwoods.Go.GoView) |
| UpdateView | Cause the whole view, including scroll bars, to be redrawn. (Inherited from Northwoods.Go.GoView) |