GoDiagram Win Reference
GoOverview Class Methods


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

Public Methods
 NameDescription
Public MethodAbortTransactionThis just calls Document.AbortTransaction(). (Inherited from Northwoods.Go.GoView)
Public MethodBeginInvokeOverloaded. Executes the specified delegate asynchronously on the thread that the control's underlying handle was created on. (Inherited from System.Windows.Forms.Control)
Public MethodBeginUpdateDisable painting of this view. (Inherited from Northwoods.Go.GoView)
Public MethodBringToFrontBrings the control to the front of the z-order. (Inherited from System.Windows.Forms.Control)
Public MethodCanCopyObjectsCalled to see if the user can copy objects in this view for this document. (Inherited from Northwoods.Go.GoView)
Public MethodCanDeleteObjectsCalled to see if the user can delete objects in this view for this document. (Inherited from Northwoods.Go.GoView)
Public MethodCanEditCopyThis predicate is true when the user can perform the GoView.EditCopy action. (Inherited from Northwoods.Go.GoView)
Public MethodCanEditCutThis predicate is true when the user can perform the GoView.EditCut action. (Inherited from Northwoods.Go.GoView)
Public MethodCanEditDeleteThis predicate is true when the user can perform the GoView.EditDelete action. (Inherited from Northwoods.Go.GoView)
Public MethodCanEditEditThis predicate is true when the user can perform the GoView.EditEdit action. (Inherited from Northwoods.Go.GoView)
Public MethodCanEditObjectsCalled to see if the user can edit objects in this view for this document. (Inherited from Northwoods.Go.GoView)
Public MethodCanEditPasteThis predicate is true when the user can perform the GoView.EditPaste action. (Inherited from Northwoods.Go.GoView)
Public MethodCanInsertObjectsCalled to see if the user can insert objects into this view for this document. (Inherited from Northwoods.Go.GoView)
Public MethodCanLinkObjectsCalled to see if the user can link objects together in this view for this document. (Inherited from Northwoods.Go.GoView)
Public MethodCanMoveObjectsCalled to see if the user can move objects in this view for this document. (Inherited from Northwoods.Go.GoView)
Public MethodCanRedoThis just calls Document.CanRedo(). (Inherited from Northwoods.Go.GoView)
Public MethodCanReshapeObjectsCalled to see if the user can reshape objects in this view for this document. (Inherited from Northwoods.Go.GoView)
Public MethodCanResizeObjectsCalled to see if the user can resize objects in this view for this document. (Inherited from Northwoods.Go.GoView)
Public MethodCanScrollDetermine if there is room for the view to be scrolled in a given direction. (Inherited from Northwoods.Go.GoView)
Public MethodCanSelectObjectsCalled to see if the user can select objects in this view for this document. (Inherited from Northwoods.Go.GoView)
Public MethodCanUndoThis just calls Document.CanUndo(). (Inherited from Northwoods.Go.GoView)
Public MethodComputeAutoPanDocPositionThis 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)
Public MethodComputeAutoScrollDocPositionThis 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)
Public MethodComputeDocumentBoundsDetermine the actual extent of all of the objects in the document as seen by this view. (Inherited from Northwoods.Go.GoView)
Public MethodContainsRetrieves a value indicating whether the specified control is a child of the control. (Inherited from System.Windows.Forms.Control)
Public MethodConvertDocToViewOverloaded. Given a point in this document, calculate the corresponding point in this view. (Inherited from Northwoods.Go.GoView)
Public MethodConvertViewToDocOverloaded. Given a point in this view, calculate the corresponding point in the view's document. (Inherited from Northwoods.Go.GoView)
Public MethodCopySelectionMake copies of the objects in a collection and add them to this view's document at the given offset. (Inherited from Northwoods.Go.GoView)
Public MethodCopyToClipboardPut a copy of a collection of objects in the clipboard. (Inherited from Northwoods.Go.GoView)
Public MethodCreateControlForces the creation of the visible control, including the creation of the handle and any visible child controls. (Inherited from System.Windows.Forms.Control)
Public MethodCreateDefaultToolCreate an instance of the default GoView.DefaultTool for this view. (Inherited from Northwoods.Go.GoView)
Public MethodCreateDocumentThis method is called by the constructor to create a document for this view. (Inherited from Northwoods.Go.GoView)
Public MethodCreateGraphicsCreates the System.Drawing.Graphics for the control. (Inherited from System.Windows.Forms.Control)
Public MethodCreateGridOverridden. No GoView.Grid for an overview window.  
Public MethodCreateLinkThe GoToolLinking class calls this method to create a new link between ports. (Inherited from Northwoods.Go.GoView)
Public MethodCreateObjRefCreates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject)
Public MethodCreateOverviewRectangleCreate an instance of GoOverviewRectangle for the given view.  
Public MethodCreateSelectionThis method is called by the constructor to create a selection collection for this view. (Inherited from Northwoods.Go.GoView)
Public MethodCreateSheetThis method is called by the constructor to create a page object for this view. (Inherited from Northwoods.Go.GoView)
Public MethodDeleteSelectionDelete a collection of objects. (Inherited from Northwoods.Go.GoView)
Public MethodDetectHoverStart 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)
Public MethodDisposeOverloaded. Overridden. Remove any event handlers from the Observed view and document.  
Public MethodDoAutoPanStart or continue scrolling the view according to the relative position of the viewPnt compared to the originPnt. (Inherited from Northwoods.Go.GoView)
Public MethodDoAutoScrollStart or continue automatically scrolling the view during a mouse drag. (Inherited from Northwoods.Go.GoView)
Public MethodDoBackgroundMouseOverThis method is called by GoView.DoMouseOver when no call to OnMouseOver has returned true. (Inherited from Northwoods.Go.GoView)
Public MethodDoCancelMouseHandle a canonicalized cancel input event. (Inherited from Northwoods.Go.GoView)
Public MethodDoContextClickPerform the behavior that normally occurs upon a context click. (Inherited from Northwoods.Go.GoView)
Public MethodDoDoubleClickPerform the behavior that normally occurs upon a double click. (Inherited from Northwoods.Go.GoView)
Public MethodDoDragDropBegins a drag-and-drop operation. (Inherited from System.Windows.Forms.Control)
Public MethodDoEndEditStop the user's editing an object using the GoView.EditControl. (Inherited from Northwoods.Go.GoView)
Public MethodDoHoverPerform the behavior that normally occurs upon a mouse hover. (Inherited from Northwoods.Go.GoView)
Public MethodDoKeyDownHandle a canonicalized keyboard input event. (Inherited from Northwoods.Go.GoView)
Public MethodDoMouseDownHandle a canonicalized mouse down input event. (Inherited from Northwoods.Go.GoView)
Public MethodDoMouseHoverHandle a canonicalized mouse hover input event. (Inherited from Northwoods.Go.GoView)
Public MethodDoMouseMoveHandle a canonicalized mouse move input event. (Inherited from Northwoods.Go.GoView)
Public MethodDoMouseOverOverridden. Limit mouse over behavior for document objects to just show tooltips.  
Public MethodDoMouseUpHandle a canonicalized mouse up input event. (Inherited from Northwoods.Go.GoView)
Public MethodDoMouseWheelHandle a canonicalized mouse wheel input event. (Inherited from Northwoods.Go.GoView)
Public MethodDoObjectEnterLeavePerform the behavior that normally occurs when there is a change in the document object that the mouse is over. (Inherited from Northwoods.Go.GoView)
Public MethodDoSelectionDroppedPerform the behavior that normally occurs when the GoView.Selection has been dropped in this view. (Inherited from Northwoods.Go.GoView)
Public MethodDoSelectionDropRejectInvoke 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)
Public MethodDoSingleClickPerform the behavior that normally occurs upon a single click. (Inherited from Northwoods.Go.GoView)
Public MethodDoToolTipObjectThis method is responsible for finding a tooltip string for an object and then displaying it in a ToolTip. (Inherited from Northwoods.Go.GoView)
Public MethodDoWheelPerform the standard mouse wheel behavior for views. (Inherited from Northwoods.Go.GoView)
Public MethodDrawToBitmapSupports rendering to the specified bitmap. (Inherited from System.Windows.Forms.Control)
Public MethodDrawXorBoxThis convenience method erases any previous XOR-drawn rectangle and then may draw a new one with the given dimensions. (Inherited from Northwoods.Go.GoView)
Public MethodDrawXorLineDraw a line on the screen in XOR mode. (Inherited from Northwoods.Go.GoView)
Public MethodDrawXorRectangleDraw a rectangle on the screen in XOR mode. (Inherited from Northwoods.Go.GoView)
Public MethodEditCopyCopy the GoView.Selection to the clipboard. (Inherited from Northwoods.Go.GoView)
Public MethodEditCutCopy the current GoView.Selection to the clipboard and then delete it. (Inherited from Northwoods.Go.GoView)
Public MethodEditDeleteRemove all selected objects from this view's document. (Inherited from Northwoods.Go.GoView)
Public MethodEditEditHave the user edit the primary selection. (Inherited from Northwoods.Go.GoView)
Public MethodEditObjectBegin having the user edit an object. (Inherited from Northwoods.Go.GoView)
Public MethodEditPastePaste and select a copy of the clipboard's GoObjects into this view's document. (Inherited from Northwoods.Go.GoView)
Public MethodEndInvokeRetrieves the return value of the asynchronous operation represented by the System.IAsyncResult passed. (Inherited from System.Windows.Forms.Control)
Public MethodEndUpdateRe-enable painting of this view. (Inherited from Northwoods.Go.GoView)
Public MethodFindFormRetrieves the form that the control is on. (Inherited from System.Windows.Forms.Control)
Public MethodFindMouseToolOverloaded. Find one of the tools used by this view that is an instance of a given tool type. (Inherited from Northwoods.Go.GoView)
Public MethodFindNearestGridPointFind the nearest GoView.Grid point to a given point. (Inherited from Northwoods.Go.GoView)
Public MethodFinishTransactionThis just calls Document.FinishTransaction(tname). (Inherited from Northwoods.Go.GoView)
Public MethodFocusSets input focus to the control. (Inherited from System.Windows.Forms.Control)
Public MethodGetBitmapProduce a rendering of this view. (Inherited from Northwoods.Go.GoView)
Public MethodGetBitmapFromCollectionOverloaded. Return a Bitmap displaying all of the visible objects in the given collection. (Inherited from Northwoods.Go.GoView)
Public MethodGetChildAtPointOverloaded. 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)
Public MethodGetContainerControlReturns the next System.Windows.Forms.ContainerControl up the control's chain of parent controls. (Inherited from System.Windows.Forms.Control)
Public MethodGetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodGetNextControlRetrieves the next control forward or back in the tab order of child controls. (Inherited from System.Windows.Forms.Control)
Public MethodGetPreferredSizeRetrieves the size of a rectangular area into which a control can be fitted. (Inherited from System.Windows.Forms.Control)
Public MethodGetShadowBrushGet a Brush for filling in an object's drop-shadow. (Inherited from Northwoods.Go.GoView)
Public MethodGetShadowPenGet a Pen for drawing an object's drop-shadow. (Inherited from Northwoods.Go.GoView)
Public MethodHandleScrollThis is the event handler for both scroll bars. (Inherited from Northwoods.Go.GoView)
Public MethodHideConceals the control from the user. (Inherited from System.Windows.Forms.Control)
Public MethodInitializeLayersFromDocumentOverridden. Initialize the layers of this view.  
Public MethodInitializeLifetimeServiceObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodInvalidateOverloaded. 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)
Public MethodInvokeOverloaded. Executes the specified delegate on the thread that owns the control's underlying window handle. (Inherited from System.Windows.Forms.Control)
Public MethodIsInternalDragDropThis predicate is true when a drag-and-drop started within this view. (Inherited from Northwoods.Go.GoView)
Public MethodLayoutScrollBarsPosition and size the scrollbars and corner. (Inherited from Northwoods.Go.GoView)
Public MethodLimitDocPositionThis method is called when setting the GoView.DocPosition property to make sure the view only takes reasonable, desired positions. (Inherited from Northwoods.Go.GoView)
Public MethodLimitDocScaleThis 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)
Public MethodMatchesNodeLabelThis predicate is called by GoView.SelectNextNode to decide if a part's text label starts with a given character. (Inherited from Northwoods.Go.GoView)
Public MethodMoveSelectionMove a collection of objects by a given offset. (Inherited from Northwoods.Go.GoView)
Public MethodPasteFromClipboardCopy the GoObjects in the clipboard into this view's document. (Inherited from Northwoods.Go.GoView)
Public MethodPerformLayoutOverloaded. Forces the control to apply layout logic to all its child controls. (Inherited from System.Windows.Forms.Control)
Public MethodPickObjectOverridden. 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.  
Public MethodPickObjectsReturn a collection of objects that can be picked at a particular point. (Inherited from Northwoods.Go.GoView)
Public MethodPickObjectsInRectangleReturn a collection of objects that are surrounded by a given rectangle. (Inherited from Northwoods.Go.GoView)
Public MethodPointToClientComputes the location of the specified screen point into client coordinates. (Inherited from System.Windows.Forms.Control)
Public MethodPointToScreenComputes the location of the specified client point into screen coordinates. (Inherited from System.Windows.Forms.Control)
Public MethodPreProcessControlMessagePreprocesses keyboard or input messages within the message loop before they are dispatched. (Inherited from System.Windows.Forms.Control)
Public MethodPreProcessMessagePreprocesses keyboard or input messages within the message loop before they are dispatched. (Inherited from System.Windows.Forms.Control)
Public MethodPrintPrint this view's document. (Inherited from Northwoods.Go.GoView)
Public MethodPrintDocumentPageThis is called repeatedly by the printing process in order to produce the printed image. (Inherited from Northwoods.Go.GoView)
Public MethodPrintPreviewDisplay a print preview window for this view's document. (Inherited from Northwoods.Go.GoView)
Public MethodRaiseBackgroundContextClickedRaise a GoView.BackgroundContextClicked event for a given canonicalized input event. (Inherited from Northwoods.Go.GoView)
Public MethodRaiseBackgroundDoubleClickedRaise a GoView.BackgroundDoubleClicked event for a given canonicalized input event. (Inherited from Northwoods.Go.GoView)
Public MethodRaiseBackgroundHoverRaise a GoView.BackgroundHover event for a given canonicalized input event. (Inherited from Northwoods.Go.GoView)
Public MethodRaiseBackgroundSelectionDroppedRaise a GoView.BackgroundSelectionDropped event for a given canonicalized input event. (Inherited from Northwoods.Go.GoView)
Public MethodRaiseBackgroundSelectionDropRejectCall GoView.OnBackgroundSelectionDropReject with the given GoInputEventArgs to raise a GoView.BackgroundSelectionDropReject event. (Inherited from Northwoods.Go.GoView)
Public MethodRaiseBackgroundSingleClickedRaise a GoView.BackgroundSingleClicked event for a given canonicalized input event. (Inherited from Northwoods.Go.GoView)
Public MethodRaiseChangedHandle changes to any view layers or view objects. (Inherited from Northwoods.Go.GoView)
Public MethodRaiseClipboardCopiedCall GoView.OnClipboardCopied to raise a GoView.ClipboardCopied event. (Inherited from Northwoods.Go.GoView)
Public MethodRaiseClipboardPastedCall GoView.OnClipboardPasted to raise a GoView.ClipboardPasted event. (Inherited from Northwoods.Go.GoView)
Public MethodRaiseExternalObjectsDroppedCall GoView.OnExternalObjectsDropped to raise a GoView.ExternalObjectsDropped event. (Inherited from Northwoods.Go.GoView)
Public MethodRaiseLinkCreatedCall GoView.OnLinkCreated for the given object to raise a GoView.LinkCreated event. (Inherited from Northwoods.Go.GoView)
Public MethodRaiseLinkRelinkedCall GoView.OnLinkRelinked for the given object to raise a GoView.LinkRelinked event. (Inherited from Northwoods.Go.GoView)
Public MethodRaiseObjectContextClickedRaise an GoView.ObjectContextClicked event for a given object and canonicalized input event. (Inherited from Northwoods.Go.GoView)
Public MethodRaiseObjectDoubleClickedRaise an GoView.ObjectDoubleClicked event for a given object and canonicalized input event. (Inherited from Northwoods.Go.GoView)
Public MethodRaiseObjectEditedCall GoView.OnObjectEdited for the given object to raise an GoView.ObjectEdited event. (Inherited from Northwoods.Go.GoView)
Public MethodRaiseObjectEnterLeaveRaise an GoView.ObjectEnterLeave event for a given object. (Inherited from Northwoods.Go.GoView)
Public MethodRaiseObjectGotSelectionCall GoView.OnObjectGotSelection for the given object to raise an GoView.ObjectGotSelection event. (Inherited from Northwoods.Go.GoView)
Public MethodRaiseObjectHoverRaise an GoView.ObjectHover event for a given object and canonicalized input event. (Inherited from Northwoods.Go.GoView)
Public MethodRaiseObjectLostSelectionCall GoView.OnObjectLostSelection for the given object to raise an GoView.ObjectLostSelection event. (Inherited from Northwoods.Go.GoView)
Public MethodRaiseObjectResizedCall GoView.OnObjectResized for the given object to raise an GoView.ObjectResized event. (Inherited from Northwoods.Go.GoView)
Public MethodRaiseObjectSelectionDroppedRaise an GoView.ObjectSelectionDropped event for a given object and canonicalized input event. (Inherited from Northwoods.Go.GoView)
Public MethodRaiseObjectSelectionDropRejectCall GoView.OnObjectSelectionDropReject with the given GoObjectEventArgs to raise a GoView.ObjectSelectionDropReject event. (Inherited from Northwoods.Go.GoView)
Public MethodRaiseObjectSingleClickedRaise an GoView.ObjectSingleClicked event for a given object and canonicalized input event. (Inherited from Northwoods.Go.GoView)
Public MethodRaisePropertyChangedEventRaise a GoView.PropertyChanged event for the given property name. (Inherited from Northwoods.Go.GoView)
Public MethodRaiseSelectionCopiedCall GoView.OnSelectionCopied to raise a GoView.SelectionCopied event. (Inherited from Northwoods.Go.GoView)
Public MethodRaiseSelectionDeletedCall GoView.OnSelectionDeleted to raise a GoView.SelectionDeleted event. (Inherited from Northwoods.Go.GoView)
Public MethodRaiseSelectionDeletingCall GoView.OnSelectionDeleting with the given CancelEventArgs to raise a GoView.SelectionDeleting event. (Inherited from Northwoods.Go.GoView)
Public MethodRaiseSelectionFinishedCall GoView.OnSelectionFinished. (Inherited from Northwoods.Go.GoView)
Public MethodRaiseSelectionMovedCall GoView.OnSelectionMoved to raise a GoView.SelectionMoved event. (Inherited from Northwoods.Go.GoView)
Public MethodRaiseSelectionStartingCall GoView.OnSelectionStarting. (Inherited from Northwoods.Go.GoView)
Public MethodRectangleToClientComputes the size and location of the specified screen rectangle in client coordinates. (Inherited from System.Windows.Forms.Control)
Public MethodRectangleToScreenComputes the size and location of the specified client rectangle in screen coordinates. (Inherited from System.Windows.Forms.Control)
Public MethodRedoThis just calls Document.Redo(). (Inherited from Northwoods.Go.GoView)
Public MethodRefreshForces the control to invalidate its client area and immediately redraw itself and any child controls. (Inherited from System.Windows.Forms.Control)
Public MethodReplaceMouseToolReplace one of the "mode-less" tools used by this view. (Inherited from Northwoods.Go.GoView)
Public MethodRequestFocusCall the Control.Focus() method, catching any SecurityException to make sure GoView.OnGotFocus is called anyway. (Inherited from Northwoods.Go.GoView)
Public MethodRescaleToFitChange the GoView.DocScale and GoView.DocPosition properties so that all document objects are visible. (Inherited from Northwoods.Go.GoView)
Public MethodRescaleWithCenterChange the GoView.DocScale, and adjust the GoView.DocPosition so that the docPt remains at the center of the view. (Inherited from Northwoods.Go.GoView)
Public MethodResetTextResets the System.Windows.Forms.Control.Text property to its default value. (Inherited from System.Windows.Forms.Control)
Public MethodResumeLayoutOverloaded. Resumes usual layout logic. (Inherited from System.Windows.Forms.Control)
Public MethodScale (Inherited from System.Windows.Forms.Control)
Public MethodScrollLineProgrammatically scroll the view by a "line" (a small change). (Inherited from Northwoods.Go.GoView)
Public MethodScrollPageProgrammatically scroll the view by a "page" (a large change). (Inherited from Northwoods.Go.GoView)
Public MethodScrollRectangleToVisibleChange this view's DocPosition so that the given rectangle is visible. (Inherited from Northwoods.Go.GoView)
Public MethodSelectOverloaded. Activates the control. (Inherited from System.Windows.Forms.Control)
Public MethodSelectAllAdd all eligible document objects to this view's selection. (Inherited from Northwoods.Go.GoView)
Public MethodSelectInRectangleAdd all eligible document objects that are within a given rectangle to this view's selection. (Inherited from Northwoods.Go.GoView)
Public MethodSelectNextControlActivates the next control. (Inherited from System.Windows.Forms.Control)
Public MethodSelectNextNodeChange the primary selection to be the next object whose label starts with a given letter or digit. (Inherited from Northwoods.Go.GoView)
Public MethodSendToBackSends the control to the back of the z-order. (Inherited from System.Windows.Forms.Control)
Public MethodSetBoundsOverloaded. Sets the bounds of the control to the specified location and size. (Inherited from System.Windows.Forms.Control)
Public MethodSetModifiableThis method sets some properties that determine whether the user can modify the document from this view. (Inherited from Northwoods.Go.GoView)
Public MethodShowDisplays the control to the user. (Inherited from System.Windows.Forms.Control)
Public MethodSnapPointFind 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)
Public MethodStandardizeCursorNameConvert a cursor name to a standardized name. (Inherited from Northwoods.Go.GoView)
Public MethodStartTransactionThis just calls Document.StartTransaction(). (Inherited from Northwoods.Go.GoView)
Public MethodStopAutoScrollStop any ongoing auto-scroll or auto-pan action. (Inherited from Northwoods.Go.GoView)
Public MethodSuspendLayoutTemporarily suspends the layout logic for the control. (Inherited from System.Windows.Forms.Control)
Public MethodToString (Inherited from System.ComponentModel.Component)
Public MethodUndoThis just calls Document.Undo(). (Inherited from Northwoods.Go.GoView)
Public MethodUpdateCauses the control to redraw the invalidated regions within its client area. (Inherited from System.Windows.Forms.Control)
Public MethodUpdateExtentThis 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)
Public MethodUpdateScrollBarsUpdate the scroll bars for this view, changing the minimum/maximum/value and visibility as appropriate. (Inherited from Northwoods.Go.GoView)
Public MethodUpdateViewCause the whole view, including scroll bars, to be redrawn. (Inherited from Northwoods.Go.GoView)
Top
Protected Methods
 NameDescription
Protected MethodCreateAccessibilityInstanceCreates a new accessibility object for the control. (Inherited from System.Windows.Forms.Control)
Protected MethodCreateControlsInstanceCreates a new instance of the control collection for the control. (Inherited from System.Windows.Forms.Control)
Protected MethodCreateDataObjectThis method is called from GoView.CopyToClipboard to produce a DataObject representing the available data formats and their values for the objects in the clipboard. (Inherited from Northwoods.Go.GoView)
Protected MethodCreateHandleCreates a handle for the control. (Inherited from System.Windows.Forms.Control)
Protected MethodDefWndProcSends the specified message to the default window procedure. (Inherited from System.Windows.Forms.Control)
Protected MethodDestroyHandleDestroys the handle associated with the control. (Inherited from System.Windows.Forms.Control)
Protected MethodDoExternalDragHandle dragging from another Control. (Inherited from Northwoods.Go.GoView)
Protected MethodDoExternalDropHandle drag-drops from another Control. (Inherited from Northwoods.Go.GoView)
Protected MethodDoInternalDragHandle dragging that started from this view. (Inherited from Northwoods.Go.GoView)
Protected MethodDoInternalDropHandle drag-dropping from within this view. (Inherited from Northwoods.Go.GoView)
Protected MethodFinalize (Inherited from System.ComponentModel.Component)
Protected MethodGetAccessibilityObjectByIdRetrieves the specified System.Windows.Forms.AccessibleObject. (Inherited from System.Windows.Forms.Control)
Protected MethodGetAutoSizeModeRetrieves a value indicating how a control will behave when its System.Windows.Forms.Control.AutoSize property is enabled. (Inherited from System.Windows.Forms.Control)
Protected MethodGetExternalDragImageReturn an image to be displayed during a drag coming from another window. (Inherited from Northwoods.Go.GoView)
Protected MethodGetScaledBoundsRetrieves the bounds within which the control is scaled. (Inherited from System.Windows.Forms.Control)
Protected MethodGetService (Inherited from System.ComponentModel.Component)
Protected MethodGetStyleRetrieves the value of the specified control style bit for the control. (Inherited from System.Windows.Forms.Control)
Protected MethodGetTopLevelDetermines if the control is a top-level control. (Inherited from System.Windows.Forms.Control)
Protected MethodInitLayoutCalled after the control has been added to another container. (Inherited from System.Windows.Forms.Control)
Protected MethodInvokeGotFocusRaises the System.Windows.Forms.Control.GotFocus event for the specified control. (Inherited from System.Windows.Forms.Control)
Protected MethodInvokeLostFocusRaises the System.Windows.Forms.Control.LostFocus event for the specified control. (Inherited from System.Windows.Forms.Control)
Protected MethodInvokeOnClickRaises the System.Windows.Forms.Control.Click event for the specified control. (Inherited from System.Windows.Forms.Control)
Protected MethodInvokePaintRaises the System.Windows.Forms.Control.Paint event for the specified control. (Inherited from System.Windows.Forms.Control)
Protected MethodInvokePaintBackgroundRaises the PaintBackground event for the specified control. (Inherited from System.Windows.Forms.Control)
Protected MethodIsInputCharDetermines if a character is an input character that the control recognizes. (Inherited from System.Windows.Forms.Control)
Protected MethodIsInputKeyLet this view handle the arrow keys. (Inherited from Northwoods.Go.GoView)
Protected MethodMemberwiseCloneOverloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject)
Protected MethodNotifyInvalidateRaises the System.Windows.Forms.Control.Invalidated event with a specified region of the control to invalidate. (Inherited from System.Windows.Forms.Control)
Protected MethodOnAutoSizeChangedRaises the System.Windows.Forms.Control.AutoSizeChanged event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnBackColorChangedRedraw the whole view if the background color has changed. (Inherited from Northwoods.Go.GoView)
Protected MethodOnBackgroundContextClickedInvoke all GoView.BackgroundContextClicked event handlers. (Inherited from Northwoods.Go.GoView)
Protected MethodOnBackgroundDoubleClickedInvoke all GoView.BackgroundDoubleClicked event handlers. (Inherited from Northwoods.Go.GoView)
Protected MethodOnBackgroundHoverInvoke all GoView.BackgroundHover event handlers. (Inherited from Northwoods.Go.GoView)
Protected MethodOnBackgroundImageChangedRedraw the whole view if the background image has changed. (Inherited from Northwoods.Go.GoView)
Protected MethodOnBackgroundImageLayoutChangedRaises the System.Windows.Forms.Control.BackgroundImageLayoutChanged event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnBackgroundSelectionDroppedInvoke all GoView.BackgroundSelectionDropped event handlers. (Inherited from Northwoods.Go.GoView)
Protected MethodOnBackgroundSelectionDropRejectInvoke all GoView.BackgroundSelectionDropReject event handlers. (Inherited from Northwoods.Go.GoView)
Protected MethodOnBackgroundSingleClickedOverridden. Allow mouse clicks not on the OverviewRect, but elsewhere in the Overview, to cause the OverviewRect to be centered there, or as near as allowed.  
Protected MethodOnBindingContextChangedRaises the System.Windows.Forms.Control.BindingContextChanged event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnCausesValidationChangedRaises the System.Windows.Forms.Control.CausesValidationChanged event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnChangeUICuesRaises the System.Windows.Forms.Control.ChangeUICues event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnClickRaises the System.Windows.Forms.Control.Click event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnClientSizeChangedRaises the System.Windows.Forms.Control.ClientSizeChanged event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnClipboardCopiedInvoke all GoView.ClipboardCopied event handlers. (Inherited from Northwoods.Go.GoView)
Protected MethodOnClipboardPastedInvoke all GoView.ClipboardPasted event handlers. (Inherited from Northwoods.Go.GoView)
Protected MethodOnContextMenuChangedRaises the System.Windows.Forms.Control.ContextMenuChanged event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnContextMenuStripChangedRaises the System.Windows.Forms.Control.ContextMenuStripChanged event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnControlAddedRaises the System.Windows.Forms.Control.ControlAdded event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnControlRemovedRaises the System.Windows.Forms.Control.ControlRemoved event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnCreateControlThis lays out the scroll bars, too, if needed. (Inherited from Northwoods.Go.GoView)
Protected MethodOnCursorChangedRaises the System.Windows.Forms.Control.CursorChanged event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnDockChangedRaises the System.Windows.Forms.Control.DockChanged event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnDocumentChangedHandle changes to the view's document or any of the document's layers or objects. (Inherited from Northwoods.Go.GoView)
Protected MethodOnDoubleClickFor a double-click, this method gets called instead of a second OnMouseUp. (Inherited from Northwoods.Go.GoView)
Protected MethodOnDragDropHandle the DragDrop event by canonicalizing the input event and behaving differently for internal drag-drops than for drops coming from other windows. (Inherited from Northwoods.Go.GoView)
Protected MethodOnDragEnterShow an image for an external drag. (Inherited from Northwoods.Go.GoView)
Protected MethodOnDragLeaveTurn off any mouse-related timers and remove any external drag image or objects. (Inherited from Northwoods.Go.GoView)
Protected MethodOnDragOverHandle the DragOver event by canonicalizing the input event and behaving differently for internal drags than for external drags coming from other windows. (Inherited from Northwoods.Go.GoView)
Protected MethodOnEnabledChangedRaises the System.Windows.Forms.Control.EnabledChanged event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnEnterRaises the System.Windows.Forms.Control.Enter event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnExternalObjectsDroppedInvoke all GoView.ExternalObjectsDropped event handlers. (Inherited from Northwoods.Go.GoView)
Protected MethodOnFontChangedRaises the System.Windows.Forms.Control.FontChanged event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnForeColorChangedRaises the System.Windows.Forms.Control.ForeColorChanged event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnGiveFeedbackRaises the System.Windows.Forms.Control.GiveFeedback event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnGotFocusWhen a view gets focus, make sure the selection appearance can be updated, if needed. (Inherited from Northwoods.Go.GoView)
Protected MethodOnHandleCreatedRaises the System.Windows.Forms.Control.HandleCreated event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnHandleDestroyedRaises the System.Windows.Forms.Control.HandleDestroyed event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnHelpRequestedRaises the System.Windows.Forms.Control.HelpRequested event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnImeModeChangedRaises the System.Windows.Forms.Control.ImeModeChanged event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnInvalidatedRaises the System.Windows.Forms.Control.Invalidated event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnKeyDownThis method is the view's key event handler. (Inherited from Northwoods.Go.GoView)
Protected MethodOnKeyPressRaises the System.Windows.Forms.Control.KeyPress event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnKeyUpRaises the System.Windows.Forms.Control.KeyUp event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnLayoutRaises the System.Windows.Forms.Control.Layout event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnLeaveRaises the System.Windows.Forms.Control.Leave event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnLinkCreatedInvoke all GoView.LinkCreated event handlers. (Inherited from Northwoods.Go.GoView)
Protected MethodOnLinkRelinkedInvoke all GoView.LinkRelinked event handlers. (Inherited from Northwoods.Go.GoView)
Protected MethodOnLocationChangedRaises the System.Windows.Forms.Control.LocationChanged event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnLostFocusWhen a view loses focus, make sure the selection appearance can be updated, if needed. (Inherited from Northwoods.Go.GoView)
Protected MethodOnMarginChangedRaises the System.Windows.Forms.Control.MarginChanged event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnMouseCaptureChangedRaises the System.Windows.Forms.Control.MouseCaptureChanged event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnMouseClickRaises the System.Windows.Forms.Control.MouseClick event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnMouseDoubleClickRaises the System.Windows.Forms.Control.MouseDoubleClick event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnMouseDownThis method is the view's mouse down event handler. (Inherited from Northwoods.Go.GoView)
Protected MethodOnMouseEnterCall GoView.DoObjectEnterLeave if the mouse enters this view on a document object. (Inherited from Northwoods.Go.GoView)
Protected MethodOnMouseHoverRaises the System.Windows.Forms.Control.MouseHover event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnMouseLeaveTurn off any mouse-related timers. (Inherited from Northwoods.Go.GoView)
Protected MethodOnMouseMoveThis method is the view's mouse move event handler. (Inherited from Northwoods.Go.GoView)
Protected MethodOnMouseUpThis method is the view's mouse up event handler. (Inherited from Northwoods.Go.GoView)
Protected MethodOnMouseWheelThis is the mouse wheel event handler, that handles scrolling and zooming. (Inherited from Northwoods.Go.GoView)
Protected MethodOnMoveRaises the System.Windows.Forms.Control.Move event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnNotifyMessageNotifies the control of Windows messages. (Inherited from System.Windows.Forms.Control)
Protected MethodOnObjectContextClickedInvoke all GoView.ObjectContextClicked event handlers. (Inherited from Northwoods.Go.GoView)
Protected MethodOnObjectDoubleClickedInvoke all GoView.ObjectDoubleClicked event handlers. (Inherited from Northwoods.Go.GoView)
Protected MethodOnObjectEditedInvoke all GoView.ObjectEdited event handlers. (Inherited from Northwoods.Go.GoView)
Protected MethodOnObjectEnterLeaveInvoke all GoView.ObjectEnterLeave event handlers. (Inherited from Northwoods.Go.GoView)
Protected MethodOnObjectGotSelectionInvoke all GoView.ObjectGotSelection event handlers. (Inherited from Northwoods.Go.GoView)
Protected MethodOnObjectHoverInvoke all GoView.ObjectHover event handlers. (Inherited from Northwoods.Go.GoView)
Protected MethodOnObjectLostSelectionInvoke all GoView.ObjectLostSelection event handlers. (Inherited from Northwoods.Go.GoView)
Protected MethodOnObjectResizedInvoke all GoView.ObjectResized event handlers. (Inherited from Northwoods.Go.GoView)
Protected MethodOnObjectSelectionDroppedInvoke all GoView.ObjectSelectionDropped event handlers. (Inherited from Northwoods.Go.GoView)
Protected MethodOnObjectSelectionDropRejectInvoke all GoView.ObjectSelectionDropReject event handlers. (Inherited from Northwoods.Go.GoView)
Protected MethodOnObjectSingleClickedInvoke all GoView.ObjectSingleClicked event handlers. (Inherited from Northwoods.Go.GoView)
Protected MethodOnPaddingChangedRaises the System.Windows.Forms.Control.PaddingChanged event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnPaintCalled by the system when needing to fix up invalidated parts of this view. (Inherited from Northwoods.Go.GoView)
Protected MethodOnPaintBackgroundPaints the background of the control. (Inherited from System.Windows.Forms.Control)
Protected MethodOnParentBackColorChangedRaises the System.Windows.Forms.Control.BackColorChanged event when the System.Windows.Forms.Control.BackColor property value of the control's container changes. (Inherited from System.Windows.Forms.Control)
Protected MethodOnParentBackgroundImageChangedRaises the System.Windows.Forms.Control.BackgroundImageChanged event when the System.Windows.Forms.Control.BackgroundImage property value of the control's container changes. (Inherited from System.Windows.Forms.Control)
Protected MethodOnParentBindingContextChangedRaises the System.Windows.Forms.Control.BindingContextChanged event when the System.Windows.Forms.Control.BindingContext property value of the control's container changes. (Inherited from System.Windows.Forms.Control)
Protected MethodOnParentChangedRaises the System.Windows.Forms.Control.ParentChanged event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnParentCursorChangedRaises the System.Windows.Forms.Control.CursorChanged event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnParentEnabledChangedRaises the System.Windows.Forms.Control.EnabledChanged event when the System.Windows.Forms.Control.Enabled property value of the control's container changes. (Inherited from System.Windows.Forms.Control)
Protected MethodOnParentFontChangedRaises the System.Windows.Forms.Control.FontChanged event when the System.Windows.Forms.Control.Font property value of the control's container changes. (Inherited from System.Windows.Forms.Control)
Protected MethodOnParentForeColorChangedRaises the System.Windows.Forms.Control.ForeColorChanged event when the System.Windows.Forms.Control.ForeColor property value of the control's container changes. (Inherited from System.Windows.Forms.Control)
Protected MethodOnParentRightToLeftChangedRaises the System.Windows.Forms.Control.RightToLeftChanged event when the System.Windows.Forms.Control.RightToLeft property value of the control's container changes. (Inherited from System.Windows.Forms.Control)
Protected MethodOnParentVisibleChangedRaises the System.Windows.Forms.Control.VisibleChanged event when the System.Windows.Forms.Control.Visible property value of the control's container changes. (Inherited from System.Windows.Forms.Control)
Protected MethodOnPreviewKeyDownRaises the System.Windows.Forms.Control.PreviewKeyDown event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnPrintRaises the System.Windows.Forms.Control.Paint event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnPropertyChangedCall all GoView.PropertyChanged event handlers. (Inherited from Northwoods.Go.GoView)
Protected MethodOnQueryContinueDragIf the user types an Escape during a drag, we cancel the drag by calling GoView.DoCancelMouse. (Inherited from Northwoods.Go.GoView)
Protected MethodOnRegionChangedRaises the System.Windows.Forms.Control.RegionChanged event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnResizeRaises the System.Windows.Forms.Control.Resize event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnRightToLeftChangedRaises the System.Windows.Forms.Control.RightToLeftChanged event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnSelectionCopiedInvoke all GoView.SelectionCopied event handlers. (Inherited from Northwoods.Go.GoView)
Protected MethodOnSelectionDeletedInvoke all GoView.SelectionDeleted event handlers. (Inherited from Northwoods.Go.GoView)
Protected MethodOnSelectionDeletingInvoke all GoView.SelectionDeleting event handlers. (Inherited from Northwoods.Go.GoView)
Protected MethodOnSelectionFinishedInvoke all GoView.SelectionFinished event handlers. (Inherited from Northwoods.Go.GoView)
Protected MethodOnSelectionMovedInvoke all GoView.SelectionMoved event handlers. (Inherited from Northwoods.Go.GoView)
Protected MethodOnSelectionStartingInvoke all GoView.SelectionStarting event handlers. (Inherited from Northwoods.Go.GoView)
Protected MethodOnSizeChangedThis lays out the scroll bars, too, if needed. (Inherited from Northwoods.Go.GoView)
Protected MethodOnStyleChangedRedraw the whole view if the Control style has changed. (Inherited from Northwoods.Go.GoView)
Protected MethodOnSystemColorsChangedRedraw the whole view if the system colors have changed. (Inherited from Northwoods.Go.GoView)
Protected MethodOnTabIndexChangedRaises the System.Windows.Forms.Control.TabIndexChanged event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnTabStopChangedRaises the System.Windows.Forms.Control.TabStopChanged event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnTextChangedRaises the System.Windows.Forms.Control.TextChanged event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnValidatedRaises the System.Windows.Forms.Control.Validated event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnValidatingRaises the System.Windows.Forms.Control.Validating event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnVisibleChangedIn case the size changed while it was not visible, make sure we update the scroll bars. (Inherited from Northwoods.Go.GoView)
Protected MethodPaintBackgroundDecorationDraw any decoration that should appear behind all of the objects. (Inherited from Northwoods.Go.GoView)
Protected MethodPaintObjectsPaint all the document and/or view objects. (Inherited from Northwoods.Go.GoView)
Protected MethodPaintPaperColorFill in the document paper color or view background color. (Inherited from Northwoods.Go.GoView)
Protected MethodPaintViewPaint all of the objects of this view or its document that are visible in the given rectangle. (Inherited from Northwoods.Go.GoView)
Protected MethodPrintDecorationDraw any printed decorations on the paper that would not normally be part of a window view. (Inherited from Northwoods.Go.GoView)
Protected MethodPrintPreviewShowDialogDisplay the print preview window. (Inherited from Northwoods.Go.GoView)
Protected MethodPrintShowDialogDisplay a printing choices dialog. (Inherited from Northwoods.Go.GoView)
Protected MethodPrintViewRender for printing everything you want to display from the view. (Inherited from Northwoods.Go.GoView)
Protected MethodProcessCmdKeyWhen this view has an GoView.EditControl that is showing a Control that has focus, return false to permit that Control to process all keys. (Inherited from Northwoods.Go.GoView)
Protected MethodProcessDialogCharProcesses a dialog character. (Inherited from System.Windows.Forms.Control)
Protected MethodProcessDialogKeyProcesses a dialog key. (Inherited from System.Windows.Forms.Control)
Protected MethodProcessKeyEventArgsProcesses a key message and generates the appropriate control events. (Inherited from System.Windows.Forms.Control)
Protected MethodProcessKeyPreviewPreviews a keyboard message. (Inherited from System.Windows.Forms.Control)
Protected MethodRaiseDragEventRaises the appropriate drag event. (Inherited from System.Windows.Forms.Control)
Protected MethodRaiseKeyEventRaises the appropriate key event. (Inherited from System.Windows.Forms.Control)
Protected MethodRaiseMouseEventRaises the appropriate mouse event. (Inherited from System.Windows.Forms.Control)
Protected MethodRaisePaintEventRaises the appropriate paint event. (Inherited from System.Windows.Forms.Control)
Protected MethodRecreateHandleForces the re-creation of the handle for the control. (Inherited from System.Windows.Forms.Control)
Protected MethodResetMouseEventArgsResets the control to handle the System.Windows.Forms.Control.MouseLeave event. (Inherited from System.Windows.Forms.Control)
Protected MethodRtlTranslateAlignmentOverloaded. Converts the specified System.Windows.Forms.HorizontalAlignment to the appropriate System.Windows.Forms.HorizontalAlignment to support right-to-left text. (Inherited from System.Windows.Forms.Control)
Protected MethodRtlTranslateHorizontalConverts the specified System.Windows.Forms.HorizontalAlignment to the appropriate System.Windows.Forms.HorizontalAlignment to support right-to-left text. (Inherited from System.Windows.Forms.Control)
Protected MethodRtlTranslateLeftRightConverts the specified System.Windows.Forms.LeftRightAlignment to the appropriate System.Windows.Forms.LeftRightAlignment to support right-to-left text. (Inherited from System.Windows.Forms.Control)
Protected MethodScaleControl (Inherited from System.Windows.Forms.Control)
Protected MethodSetAutoSizeModeSets a value indicating how a control will behave when its System.Windows.Forms.Control.AutoSize property is enabled. (Inherited from System.Windows.Forms.Control)
Protected MethodSetBoundsCorePerforms the work of setting the specified bounds of this control. (Inherited from System.Windows.Forms.Control)
Protected MethodSetClientSizeCoreSets the size of the client area of the control. (Inherited from System.Windows.Forms.Control)
Protected MethodSetStyleSets a specified System.Windows.Forms.ControlStyles flag to either true or false. (Inherited from System.Windows.Forms.Control)
Protected MethodSetTopLevelSets the control as the top-level control. (Inherited from System.Windows.Forms.Control)
Protected MethodSetVisibleCoreSets the control to the specified visible state. (Inherited from System.Windows.Forms.Control)
Protected MethodSizeFromClientSize (Inherited from System.Windows.Forms.Control)
Protected MethodUpdateStylesForces the assigned styles to be reapplied to the control. (Inherited from System.Windows.Forms.Control)
Protected MethodUpdateZOrderUpdates the control in its parent's z-order. (Inherited from System.Windows.Forms.Control)
Protected MethodWndProcProcesses Windows messages. (Inherited from System.Windows.Forms.Control)
Top
See Also

Reference

GoOverview Class
Northwoods.Go Namespace

 

 


© 2015. Northwoods Software Corporation. All Rights Reserved.

Send Feedback