| Name | Description |
| AbortTransaction | This just calls Document.AbortTransaction() . (Inherited from Northwoods.Go.GoView) |
| 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 GoView.EditCopy action. (Inherited from Northwoods.Go.GoView) |
| CanEditCut | This predicate is true when the user can perform the GoView.EditCut action. (Inherited from Northwoods.Go.GoView) |
| CanEditDelete | This predicate is true when the user can perform the GoView.EditDelete action. (Inherited from Northwoods.Go.GoView) |
| CanEditEdit | This predicate is true when the user can perform the 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 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 | (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 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 | (Inherited from System.Windows.Forms.Control) |
| CreateGrid | Overridden. No GoView.Grid for an overview window. |
| CreateLink | The GoToolLinking class calls this method to create a new link between ports. (Inherited from Northwoods.Go.GoView) |
| CreateObjRef | (Inherited from System.MarshalByRefObject) |
| CreateOverviewRectangle | Create an instance of GoOverviewRectangle for the given view. |
| 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, GoView.DoMouseHover is called. (Inherited from Northwoods.Go.GoView) |
| Dispose | Overloaded. Overridden. Remove any event handlers from the Observed view and document. |
| 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 GoView.DoMouseOver when no call to 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 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 | Overridden. Limit mouse over behavior for document objects to just show tooltips. |
| 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 GoView.Selection has been dropped in this view. (Inherited from Northwoods.Go.GoView) |
| DoSelectionDropReject | Invoke GoView.BackgroundSelectionDropReject or GoView.ObjectSelectionDropReject event handlers and GoObject.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 GoView.Selection to the clipboard. (Inherited from Northwoods.Go.GoView) |
| EditCut | Copy the current 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 | (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 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 | (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 | Overridden. Initialize the layers of this view. |
| 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 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 GoView.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 | Overridden. Don't allow the user to select any objects except the OverviewRect and other view objects, even though that rectangle is a view object, not a document object. |
| 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 GoView.BackgroundContextClicked event for a given canonicalized input event. (Inherited from Northwoods.Go.GoView) |
| RaiseBackgroundDoubleClicked | Raise a GoView.BackgroundDoubleClicked event for a given canonicalized input event. (Inherited from Northwoods.Go.GoView) |
| RaiseBackgroundHover | Raise a GoView.BackgroundHover event for a given canonicalized input event. (Inherited from Northwoods.Go.GoView) |
| RaiseBackgroundSelectionDropped | Raise a GoView.BackgroundSelectionDropped event for a given canonicalized input event. (Inherited from Northwoods.Go.GoView) |
| RaiseBackgroundSelectionDropReject | Call GoView.OnBackgroundSelectionDropReject with the given GoInputEventArgs to raise a GoView.BackgroundSelectionDropReject event. (Inherited from Northwoods.Go.GoView) |
| RaiseBackgroundSingleClicked | Raise a GoView.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 GoView.OnClipboardCopied to raise a GoView.ClipboardCopied event. (Inherited from Northwoods.Go.GoView) |
| RaiseClipboardPasted | Call GoView.OnClipboardPasted to raise a GoView.ClipboardPasted event. (Inherited from Northwoods.Go.GoView) |
| RaiseExternalObjectsDropped | Call GoView.OnExternalObjectsDropped to raise a GoView.ExternalObjectsDropped event. (Inherited from Northwoods.Go.GoView) |
| RaiseLinkCreated | Call GoView.OnLinkCreated for the given object to raise a GoView.LinkCreated event. (Inherited from Northwoods.Go.GoView) |
| RaiseLinkRelinked | Call GoView.OnLinkRelinked for the given object to raise a GoView.LinkRelinked event. (Inherited from Northwoods.Go.GoView) |
| RaiseObjectContextClicked | Raise an GoView.ObjectContextClicked event for a given object and canonicalized input event. (Inherited from Northwoods.Go.GoView) |
| RaiseObjectDoubleClicked | Raise an GoView.ObjectDoubleClicked event for a given object and canonicalized input event. (Inherited from Northwoods.Go.GoView) |
| RaiseObjectEdited | Call GoView.OnObjectEdited for the given object to raise an GoView.ObjectEdited event. (Inherited from Northwoods.Go.GoView) |
| RaiseObjectEnterLeave | Raise an GoView.ObjectEnterLeave event for a given object. (Inherited from Northwoods.Go.GoView) |
| RaiseObjectGotSelection | Call GoView.OnObjectGotSelection for the given object to raise an GoView.ObjectGotSelection event. (Inherited from Northwoods.Go.GoView) |
| RaiseObjectHover | Raise an GoView.ObjectHover event for a given object and canonicalized input event. (Inherited from Northwoods.Go.GoView) |
| RaiseObjectLostSelection | Call GoView.OnObjectLostSelection for the given object to raise an GoView.ObjectLostSelection event. (Inherited from Northwoods.Go.GoView) |
| RaiseObjectResized | Call GoView.OnObjectResized for the given object to raise an GoView.ObjectResized event. (Inherited from Northwoods.Go.GoView) |
| RaiseObjectSelectionDropped | Raise an GoView.ObjectSelectionDropped event for a given object and canonicalized input event. (Inherited from Northwoods.Go.GoView) |
| RaiseObjectSelectionDropReject | Call GoView.OnObjectSelectionDropReject with the given GoObjectEventArgs to raise a GoView.ObjectSelectionDropReject event. (Inherited from Northwoods.Go.GoView) |
| RaiseObjectSingleClicked | Raise an GoView.ObjectSingleClicked event for a given object and canonicalized input event. (Inherited from Northwoods.Go.GoView) |
| RaisePropertyChangedEvent | Raise a GoView.PropertyChanged event for the given property name. (Inherited from Northwoods.Go.GoView) |
| RaiseSelectionCopied | Call GoView.OnSelectionCopied to raise a GoView.SelectionCopied event. (Inherited from Northwoods.Go.GoView) |
| RaiseSelectionDeleted | Call GoView.OnSelectionDeleted to raise a GoView.SelectionDeleted event. (Inherited from Northwoods.Go.GoView) |
| RaiseSelectionDeleting | Call GoView.OnSelectionDeleting with the given CancelEventArgs to raise a GoView.SelectionDeleting event. (Inherited from Northwoods.Go.GoView) |
| RaiseSelectionFinished | Call GoView.OnSelectionFinished. (Inherited from Northwoods.Go.GoView) |
| RaiseSelectionMoved | Call GoView.OnSelectionMoved to raise a GoView.SelectionMoved event. (Inherited from Northwoods.Go.GoView) |
| RaiseSelectionStarting | Call GoView.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) |
| 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 GoView.OnGotFocus is called anyway. (Inherited from Northwoods.Go.GoView) |
| RescaleToFit | Change the GoView.DocScale and GoView.DocPosition properties so that all document objects are visible. (Inherited from Northwoods.Go.GoView) |
| RescaleWithCenter | Change the GoView.DocScale, and adjust the GoView.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 GoView.MoveSelection or 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 | (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) |
| 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) |