| 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. (Inherited from System.Windows.Forms.Control) |
| BeginUpdate | Disable painting of this view. (Inherited from Northwoods.Go.GoView) |
| BringToFront | (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 EditCopy action. (Inherited from Northwoods.Go.GoView) |
| CanEditCut | This predicate is true when the user can perform the EditCut action. (Inherited from Northwoods.Go.GoView) |
| CanEditDelete | This predicate is true when the user can perform the EditDelete action. (Inherited from Northwoods.Go.GoView) |
| CanEditEdit | This predicate is true when the user can perform the 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 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 | (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 | (Inherited from System.Windows.Forms.Control) |
| CreateDefaultTool | Create an instance of the default 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 | (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 | (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, 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 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 | (Inherited from System.Windows.Forms.Control) |
| DoEndEdit | Stop the user's editing an object using the 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 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 | (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 Selection to the clipboard. (Inherited from Northwoods.Go.GoView) |
| EditCut | Copy the current 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 | (Inherited from System.Windows.Forms.Control) |
| EndUpdate | Re-enable painting of this view. (Inherited from Northwoods.Go.GoView) |
| FindForm | (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 Grid point to a given point. (Inherited from Northwoods.Go.GoView) |
| FinishTransaction | This just calls Document.FinishTransaction(tname) . (Inherited from Northwoods.Go.GoView) |
| Focus | (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. (Inherited from System.Windows.Forms.Control) |
| GetContainerControl | (Inherited from System.Windows.Forms.Control) |
| GetLifetimeService | (Inherited from System.MarshalByRefObject) |
| GetNextControl | (Inherited from System.Windows.Forms.Control) |
| GetPreferredSize | (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 | (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 | (Inherited from System.MarshalByRefObject) |
| Invalidate | Overloaded. (Inherited from System.Windows.Forms.Control) |
| Invoke | Overloaded. (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 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. (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 | (Inherited from System.Windows.Forms.Control) |
| PointToScreen | (Inherited from System.Windows.Forms.Control) |
| PreProcessControlMessage | (Inherited from System.Windows.Forms.Control) |
| PreProcessMessage | (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 BackgroundContextClicked event for a given canonicalized input event. (Inherited from Northwoods.Go.GoView) |
| RaiseBackgroundDoubleClicked | Raise a BackgroundDoubleClicked event for a given canonicalized input event. (Inherited from Northwoods.Go.GoView) |
| RaiseBackgroundHover | Raise a 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 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 | (Inherited from System.Windows.Forms.Control) |
| RectangleToScreen | (Inherited from System.Windows.Forms.Control) |
| Redo | This just calls Document.Redo() . (Inherited from Northwoods.Go.GoView) |
| Refresh | (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 DocPosition properties so that all document objects are visible. (Inherited from Northwoods.Go.GoView) |
| RescaleWithCenter | Change the DocScale, and adjust the DocPosition so that the remains at the center of the view. (Inherited from Northwoods.Go.GoView) |
| ResetText | (Inherited from System.Windows.Forms.Control) |
| ResumeLayout | Overloaded. (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. (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 | (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 | (Inherited from System.Windows.Forms.Control) |
| SetBounds | Overloaded. (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 | (Inherited from System.Windows.Forms.Control) |
| SnapPoint | Find the nearest grid point to a given point when MoveSelection or 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 | (Inherited from System.Windows.Forms.Control) |
| ToString | (Inherited from System.ComponentModel.Component) |
| Undo | This just calls Document.Undo() . (Inherited from Northwoods.Go.GoView) |
| Update | (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) |