GoDiagram Win Reference
GoDrawView Class Methods


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

Public Methods
 NameDescription
Public MethodAbortTransactionThis just calls Document.AbortTransaction(). (Inherited from Northwoods.Go.GoView)
Public MethodAddMouseCursorsAdd the HorizontalRulerMouseCursor and VerticalRulerMouseCursor cursors to their corresponding rulers.  
Public MethodAddObjectCursorsAdd the "...ObjectCursor" cursors for representing an object to their corresponding rulers.  
Public MethodBeginInvokeOverloaded.  (Inherited from System.Windows.Forms.Control)
Public MethodBeginUpdateDisable painting of this view. (Inherited from Northwoods.Go.GoView)
Public MethodBringToFront (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 EditCopy action. (Inherited from Northwoods.Go.GoView)
Public MethodCanEditCutThis predicate is true when the user can perform the EditCut action. (Inherited from Northwoods.Go.GoView)
Public MethodCanEditDeleteThis predicate is true when the user can perform the EditDelete action. (Inherited from Northwoods.Go.GoView)
Public MethodCanEditEditThis predicate is true when the user can perform the 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 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 MethodContains (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 MethodCreateControl (Inherited from System.Windows.Forms.Control)
Public MethodCreateDefaultToolCreate an instance of the default 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 MethodCreateGraphics (Inherited from System.Windows.Forms.Control)
Public MethodCreateGridThis method is called by the constructor to create a grid object for this view. (Inherited from Northwoods.Go.GoView)
Public MethodCreateLinkThe Northwoods.Go.GoToolLinking class calls this method to create a new link between ports. (Inherited from Northwoods.Go.GoView)
Public MethodCreateObjRef (Inherited from System.MarshalByRefObject)
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, DoMouseHover is called. (Inherited from Northwoods.Go.GoView)
Public MethodDisposeOverloaded. Free up any Windows resources that this view caches. (Inherited from Northwoods.Go.GoView)
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 DoMouseOver when no call to Northwoods.Go.GoObject.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 MethodDoDragDrop (Inherited from System.Windows.Forms.Control)
Public MethodDoEndEditStop the user's editing an object using the 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 MethodDoMouseOverPerform the immediate behavior normally associated with the mouse moving without a mouse button being pressed. (Inherited from Northwoods.Go.GoView)
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 Selection has been dropped in this view. (Inherited from Northwoods.Go.GoView)
Public MethodDoSelectionDropRejectInvoke 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)
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 MethodDrawToBitmap (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 Selection to the clipboard. (Inherited from Northwoods.Go.GoView)
Public MethodEditCutCopy the current 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 MethodEndInvoke (Inherited from System.Windows.Forms.Control)
Public MethodEndUpdateRe-enable painting of this view. (Inherited from Northwoods.Go.GoView)
Public MethodFindForm (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 Grid point to a given point. (Inherited from Northwoods.Go.GoView)
Public MethodFinishTransactionThis just calls Document.FinishTransaction(tname). (Inherited from Northwoods.Go.GoView)
Public MethodFocus (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.  (Inherited from System.Windows.Forms.Control)
Public MethodGetContainerControl (Inherited from System.Windows.Forms.Control)
Public MethodGetLifetimeService (Inherited from System.MarshalByRefObject)
Public MethodGetNextControl (Inherited from System.Windows.Forms.Control)
Public MethodGetPreferredSize (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 MethodHide (Inherited from System.Windows.Forms.Control)
Public MethodInitializeLayersFromDocumentThis 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)
Public MethodInitializeLifetimeService (Inherited from System.MarshalByRefObject)
Public MethodInvalidateOverloaded.  (Inherited from System.Windows.Forms.Control)
Public MethodInvokeOverloaded.  (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 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 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.  (Inherited from System.Windows.Forms.Control)
Public MethodPickObjectFind a visible object at a given point. (Inherited from Northwoods.Go.GoView)
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 MethodPointToClient (Inherited from System.Windows.Forms.Control)
Public MethodPointToScreen (Inherited from System.Windows.Forms.Control)
Public MethodPreProcessControlMessage (Inherited from System.Windows.Forms.Control)
Public MethodPreProcessMessage (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 BackgroundContextClicked event for a given canonicalized input event. (Inherited from Northwoods.Go.GoView)
Public MethodRaiseBackgroundDoubleClickedRaise a BackgroundDoubleClicked event for a given canonicalized input event. (Inherited from Northwoods.Go.GoView)
Public MethodRaiseBackgroundHoverRaise a BackgroundHover event for a given canonicalized input event. (Inherited from Northwoods.Go.GoView)
Public MethodRaiseBackgroundSelectionDroppedRaise a BackgroundSelectionDropped event for a given canonicalized input event. (Inherited from Northwoods.Go.GoView)
Public MethodRaiseBackgroundSelectionDropRejectCall OnBackgroundSelectionDropReject with the given Northwoods.Go.GoInputEventArgs to raise a BackgroundSelectionDropReject event. (Inherited from Northwoods.Go.GoView)
Public MethodRaiseBackgroundSingleClickedRaise a 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 OnClipboardCopied to raise a ClipboardCopied event. (Inherited from Northwoods.Go.GoView)
Public MethodRaiseClipboardPastedCall OnClipboardPasted to raise a ClipboardPasted event. (Inherited from Northwoods.Go.GoView)
Public MethodRaiseExternalObjectsDroppedCall OnExternalObjectsDropped to raise a ExternalObjectsDropped event. (Inherited from Northwoods.Go.GoView)
Public MethodRaiseLinkCreatedCall OnLinkCreated for the given object to raise a LinkCreated event. (Inherited from Northwoods.Go.GoView)
Public MethodRaiseLinkRelinkedCall OnLinkRelinked for the given object to raise a LinkRelinked event. (Inherited from Northwoods.Go.GoView)
Public MethodRaiseObjectContextClickedRaise an ObjectContextClicked event for a given object and canonicalized input event. (Inherited from Northwoods.Go.GoView)
Public MethodRaiseObjectDoubleClickedRaise an ObjectDoubleClicked event for a given object and canonicalized input event. (Inherited from Northwoods.Go.GoView)
Public MethodRaiseObjectEditedCall OnObjectEdited for the given object to raise an ObjectEdited event. (Inherited from Northwoods.Go.GoView)
Public MethodRaiseObjectEnterLeaveRaise an ObjectEnterLeave event for a given object. (Inherited from Northwoods.Go.GoView)
Public MethodRaiseObjectGotSelectionCall OnObjectGotSelection for the given object to raise an ObjectGotSelection event. (Inherited from Northwoods.Go.GoView)
Public MethodRaiseObjectHoverRaise an ObjectHover event for a given object and canonicalized input event. (Inherited from Northwoods.Go.GoView)
Public MethodRaiseObjectLostSelectionCall OnObjectLostSelection for the given object to raise an ObjectLostSelection event. (Inherited from Northwoods.Go.GoView)
Public MethodRaiseObjectResizedCall OnObjectResized for the given object to raise an ObjectResized event. (Inherited from Northwoods.Go.GoView)
Public MethodRaiseObjectSelectionDroppedRaise an ObjectSelectionDropped event for a given object and canonicalized input event. (Inherited from Northwoods.Go.GoView)
Public MethodRaiseObjectSelectionDropRejectCall OnObjectSelectionDropReject with the given Northwoods.Go.GoObjectEventArgs to raise a ObjectSelectionDropReject event. (Inherited from Northwoods.Go.GoView)
Public MethodRaiseObjectSingleClickedRaise an ObjectSingleClicked event for a given object and canonicalized input event. (Inherited from Northwoods.Go.GoView)
Public MethodRaisePropertyChangedEventRaise a PropertyChanged event for the given property name. (Inherited from Northwoods.Go.GoView)
Public MethodRaiseSelectionCopiedCall OnSelectionCopied to raise a SelectionCopied event. (Inherited from Northwoods.Go.GoView)
Public MethodRaiseSelectionDeletedCall OnSelectionDeleted to raise a SelectionDeleted event. (Inherited from Northwoods.Go.GoView)
Public MethodRaiseSelectionDeletingCall OnSelectionDeleting with the given CancelEventArgs to raise a SelectionDeleting event. (Inherited from Northwoods.Go.GoView)
Public MethodRaiseSelectionFinishedCall OnSelectionFinished. (Inherited from Northwoods.Go.GoView)
Public MethodRaiseSelectionMovedCall OnSelectionMoved to raise a SelectionMoved event. (Inherited from Northwoods.Go.GoView)
Public MethodRaiseSelectionStartingCall OnSelectionStarting. (Inherited from Northwoods.Go.GoView)
Public MethodRectangleToClient (Inherited from System.Windows.Forms.Control)
Public MethodRectangleToScreen (Inherited from System.Windows.Forms.Control)
Public MethodRedoThis just calls Document.Redo(). (Inherited from Northwoods.Go.GoView)
Public MethodRefresh (Inherited from System.Windows.Forms.Control)
Public MethodRemoveMouseCursorsRemove the HorizontalRulerMouseCursor and VerticalRulerMouseCursor cursors from their corresponding rulers.  
Public MethodRemoveObjectCursorsRemove the "...ObjectCursor" cursors for representing an object from their corresponding rulers.  
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 OnGotFocus is called anyway. (Inherited from Northwoods.Go.GoView)
Public MethodRescaleToFitChange the DocScale and DocPosition properties so that all document objects are visible. (Inherited from Northwoods.Go.GoView)
Public MethodRescaleWithCenterChange the DocScale, and adjust the DocPosition so that the docPt remains at the center of the view. (Inherited from Northwoods.Go.GoView)
Public MethodResetText (Inherited from System.Windows.Forms.Control)
Public MethodResumeLayoutOverloaded.  (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.  (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 MethodSelectNextControl (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 MethodSendToBack (Inherited from System.Windows.Forms.Control)
Public MethodSetBoundsOverloaded.  (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 MethodShow (Inherited from System.Windows.Forms.Control)
Public MethodSnapPointFind 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)
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 MethodSuspendLayout (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 MethodUpdate (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 MethodUpdateMouseCursorsUpdate the HorizontalRulerMouseCursor and VerticalRulerMouseCursor according to the given position of the mouse in document coordinates.  
Public MethodUpdateObjectCursorsUpdate the ruler cursors representing object bounds with the corresponding sides of a given rectangle in document coordinates.  
Public MethodUpdateRulersUpdate the HorizontalRuler and VerticalRuler.  
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 MethodCreateAccessibilityInstance (Inherited from System.Windows.Forms.Control)
Protected MethodCreateControlsInstance (Inherited from System.Windows.Forms.Control)
Protected MethodCreateDataObjectThis method is called from 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 MethodCreateHandle (Inherited from System.Windows.Forms.Control)
Protected MethodDefWndProc (Inherited from System.Windows.Forms.Control)
Protected MethodDestroyHandle (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 MethodGetAccessibilityObjectById (Inherited from System.Windows.Forms.Control)
Protected MethodGetAutoSizeMode (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 MethodGetScaledBounds (Inherited from System.Windows.Forms.Control)
Protected MethodGetService (Inherited from System.ComponentModel.Component)
Protected MethodGetStyle (Inherited from System.Windows.Forms.Control)
Protected MethodGetTopLevel (Inherited from System.Windows.Forms.Control)
Protected MethodInitLayout (Inherited from System.Windows.Forms.Control)
Protected MethodInvokeGotFocus (Inherited from System.Windows.Forms.Control)
Protected MethodInvokeLostFocus (Inherited from System.Windows.Forms.Control)
Protected MethodInvokeOnClick (Inherited from System.Windows.Forms.Control)
Protected MethodInvokePaint (Inherited from System.Windows.Forms.Control)
Protected MethodInvokePaintBackground (Inherited from System.Windows.Forms.Control)
Protected MethodIsInputChar (Inherited from System.Windows.Forms.Control)
Protected MethodIsInputKeyLet this view handle the arrow keys. (Inherited from Northwoods.Go.GoView)
Protected MethodMemberwiseCloneOverloaded.  (Inherited from System.MarshalByRefObject)
Protected MethodNotifyInvalidate (Inherited from System.Windows.Forms.Control)
Protected MethodOnAutoSizeChanged (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 BackgroundContextClicked event handlers. (Inherited from Northwoods.Go.GoView)
Protected MethodOnBackgroundDoubleClickedInvoke all BackgroundDoubleClicked event handlers. (Inherited from Northwoods.Go.GoView)
Protected MethodOnBackgroundHoverInvoke all 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 MethodOnBackgroundImageLayoutChanged (Inherited from System.Windows.Forms.Control)
Protected MethodOnBackgroundSelectionDroppedInvoke all BackgroundSelectionDropped event handlers. (Inherited from Northwoods.Go.GoView)
Protected MethodOnBackgroundSelectionDropRejectInvoke all BackgroundSelectionDropReject event handlers. (Inherited from Northwoods.Go.GoView)
Protected MethodOnBackgroundSingleClickedInvoke all BackgroundSingleClicked event handlers. (Inherited from Northwoods.Go.GoView)
Protected MethodOnBindingContextChanged (Inherited from System.Windows.Forms.Control)
Protected MethodOnCausesValidationChanged (Inherited from System.Windows.Forms.Control)
Protected MethodOnChangeUICues (Inherited from System.Windows.Forms.Control)
Protected MethodOnClick (Inherited from System.Windows.Forms.Control)
Protected MethodOnClientSizeChanged (Inherited from System.Windows.Forms.Control)
Protected MethodOnClipboardCopiedInvoke all ClipboardCopied event handlers. (Inherited from Northwoods.Go.GoView)
Protected MethodOnClipboardPastedInvoke all ClipboardPasted event handlers. (Inherited from Northwoods.Go.GoView)
Protected MethodOnContextMenuChanged (Inherited from System.Windows.Forms.Control)
Protected MethodOnContextMenuStripChanged (Inherited from System.Windows.Forms.Control)
Protected MethodOnControlAdded (Inherited from System.Windows.Forms.Control)
Protected MethodOnControlRemoved (Inherited from System.Windows.Forms.Control)
Protected MethodOnCreateControlThis lays out the scroll bars, too, if needed. (Inherited from Northwoods.Go.GoView)
Protected MethodOnCursorChanged (Inherited from System.Windows.Forms.Control)
Protected MethodOnDockChanged (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 MethodOnEnabledChanged (Inherited from System.Windows.Forms.Control)
Protected MethodOnEnter (Inherited from System.Windows.Forms.Control)
Protected MethodOnExternalObjectsDroppedInvoke all ExternalObjectsDropped event handlers. (Inherited from Northwoods.Go.GoView)
Protected MethodOnFontChanged (Inherited from System.Windows.Forms.Control)
Protected MethodOnForeColorChanged (Inherited from System.Windows.Forms.Control)
Protected MethodOnGiveFeedback (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 MethodOnHandleCreated (Inherited from System.Windows.Forms.Control)
Protected MethodOnHandleDestroyed (Inherited from System.Windows.Forms.Control)
Protected MethodOnHelpRequested (Inherited from System.Windows.Forms.Control)
Protected MethodOnImeModeChanged (Inherited from System.Windows.Forms.Control)
Protected MethodOnInvalidated (Inherited from System.Windows.Forms.Control)
Protected MethodOnKeyDownThis method is the view's key event handler. (Inherited from Northwoods.Go.GoView)
Protected MethodOnKeyPress (Inherited from System.Windows.Forms.Control)
Protected MethodOnKeyUp (Inherited from System.Windows.Forms.Control)
Protected MethodOnLayout (Inherited from System.Windows.Forms.Control)
Protected MethodOnLeave (Inherited from System.Windows.Forms.Control)
Protected MethodOnLinkCreatedInvoke all LinkCreated event handlers. (Inherited from Northwoods.Go.GoView)
Protected MethodOnLinkRelinkedInvoke all LinkRelinked event handlers. (Inherited from Northwoods.Go.GoView)
Protected MethodOnLocationChanged (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 MethodOnMarginChanged (Inherited from System.Windows.Forms.Control)
Protected MethodOnMouseCaptureChanged (Inherited from System.Windows.Forms.Control)
Protected MethodOnMouseClick (Inherited from System.Windows.Forms.Control)
Protected MethodOnMouseDoubleClick (Inherited from System.Windows.Forms.Control)
Protected MethodOnMouseDownThis method is the view's mouse down event handler. (Inherited from Northwoods.Go.GoView)
Protected MethodOnMouseEnterOverridden. Call AddMouseCursors.  
Protected MethodOnMouseHover (Inherited from System.Windows.Forms.Control)
Protected MethodOnMouseLeaveOverridden. Call RemoveMouseCursors.  
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 MethodOnMove (Inherited from System.Windows.Forms.Control)
Protected MethodOnNotifyMessage (Inherited from System.Windows.Forms.Control)
Protected MethodOnObjectContextClickedInvoke all ObjectContextClicked event handlers. (Inherited from Northwoods.Go.GoView)
Protected MethodOnObjectDoubleClickedInvoke all ObjectDoubleClicked event handlers. (Inherited from Northwoods.Go.GoView)
Protected MethodOnObjectEditedInvoke all ObjectEdited event handlers. (Inherited from Northwoods.Go.GoView)
Protected MethodOnObjectEnterLeaveInvoke all ObjectEnterLeave event handlers. (Inherited from Northwoods.Go.GoView)
Protected MethodOnObjectGotSelectionInvoke all ObjectGotSelection event handlers. (Inherited from Northwoods.Go.GoView)
Protected MethodOnObjectHoverInvoke all ObjectHover event handlers. (Inherited from Northwoods.Go.GoView)
Protected MethodOnObjectLostSelectionInvoke all ObjectLostSelection event handlers. (Inherited from Northwoods.Go.GoView)
Protected MethodOnObjectResizedInvoke all ObjectResized event handlers. (Inherited from Northwoods.Go.GoView)
Protected MethodOnObjectSelectionDroppedInvoke all ObjectSelectionDropped event handlers. (Inherited from Northwoods.Go.GoView)
Protected MethodOnObjectSelectionDropRejectInvoke all ObjectSelectionDropReject event handlers. (Inherited from Northwoods.Go.GoView)
Protected MethodOnObjectSingleClickedInvoke all ObjectSingleClicked event handlers. (Inherited from Northwoods.Go.GoView)
Protected MethodOnPaddingChanged (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 MethodOnPaintBackground (Inherited from System.Windows.Forms.Control)
Protected MethodOnParentBackColorChanged (Inherited from System.Windows.Forms.Control)
Protected MethodOnParentBackgroundImageChanged (Inherited from System.Windows.Forms.Control)
Protected MethodOnParentBindingContextChanged (Inherited from System.Windows.Forms.Control)
Protected MethodOnParentChanged (Inherited from System.Windows.Forms.Control)
Protected MethodOnParentCursorChanged (Inherited from System.Windows.Forms.Control)
Protected MethodOnParentEnabledChanged (Inherited from System.Windows.Forms.Control)
Protected MethodOnParentFontChanged (Inherited from System.Windows.Forms.Control)
Protected MethodOnParentForeColorChanged (Inherited from System.Windows.Forms.Control)
Protected MethodOnParentRightToLeftChanged (Inherited from System.Windows.Forms.Control)
Protected MethodOnParentVisibleChanged (Inherited from System.Windows.Forms.Control)
Protected MethodOnPreviewKeyDown (Inherited from System.Windows.Forms.Control)
Protected MethodOnPrint (Inherited from System.Windows.Forms.Control)
Protected MethodOnPropertyChangedOverridden. Handles changes to the view's DocScale and DocPosition properties.  
Protected MethodOnQueryContinueDragIf the user types an Escape during a drag, we cancel the drag by calling DoCancelMouse. (Inherited from Northwoods.Go.GoView)
Protected MethodOnRegionChanged (Inherited from System.Windows.Forms.Control)
Protected MethodOnResize (Inherited from System.Windows.Forms.Control)
Protected MethodOnRightToLeftChanged (Inherited from System.Windows.Forms.Control)
Protected MethodOnSelectionCopiedInvoke all SelectionCopied event handlers. (Inherited from Northwoods.Go.GoView)
Protected MethodOnSelectionDeletedInvoke all SelectionDeleted event handlers. (Inherited from Northwoods.Go.GoView)
Protected MethodOnSelectionDeletingInvoke all SelectionDeleting event handlers. (Inherited from Northwoods.Go.GoView)
Protected MethodOnSelectionFinishedInvoke all SelectionFinished event handlers. (Inherited from Northwoods.Go.GoView)
Protected MethodOnSelectionMovedInvoke all SelectionMoved event handlers. (Inherited from Northwoods.Go.GoView)
Protected MethodOnSelectionStartingInvoke all 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 MethodOnTabIndexChanged (Inherited from System.Windows.Forms.Control)
Protected MethodOnTabStopChanged (Inherited from System.Windows.Forms.Control)
Protected MethodOnTextChanged (Inherited from System.Windows.Forms.Control)
Protected MethodOnValidated (Inherited from System.Windows.Forms.Control)
Protected MethodOnValidating (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 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 MethodProcessDialogChar (Inherited from System.Windows.Forms.Control)
Protected MethodProcessDialogKey (Inherited from System.Windows.Forms.Control)
Protected MethodProcessKeyEventArgs (Inherited from System.Windows.Forms.Control)
Protected MethodProcessKeyPreview (Inherited from System.Windows.Forms.Control)
Protected MethodRaiseDragEvent (Inherited from System.Windows.Forms.Control)
Protected MethodRaiseKeyEvent (Inherited from System.Windows.Forms.Control)
Protected MethodRaiseMouseEvent (Inherited from System.Windows.Forms.Control)
Protected MethodRaisePaintEvent (Inherited from System.Windows.Forms.Control)
Protected MethodRecreateHandle (Inherited from System.Windows.Forms.Control)
Protected MethodResetMouseEventArgs (Inherited from System.Windows.Forms.Control)
Protected MethodRtlTranslateAlignmentOverloaded.  (Inherited from System.Windows.Forms.Control)
Protected MethodRtlTranslateHorizontal (Inherited from System.Windows.Forms.Control)
Protected MethodRtlTranslateLeftRight (Inherited from System.Windows.Forms.Control)
Protected MethodScaleControl (Inherited from System.Windows.Forms.Control)
Protected MethodSetAutoSizeMode (Inherited from System.Windows.Forms.Control)
Protected MethodSetBoundsCore (Inherited from System.Windows.Forms.Control)
Protected MethodSetClientSizeCore (Inherited from System.Windows.Forms.Control)
Protected MethodSetStyle (Inherited from System.Windows.Forms.Control)
Protected MethodSetTopLevel (Inherited from System.Windows.Forms.Control)
Protected MethodSetVisibleCore (Inherited from System.Windows.Forms.Control)
Protected MethodSizeFromClientSize (Inherited from System.Windows.Forms.Control)
Protected MethodUpdateStyles (Inherited from System.Windows.Forms.Control)
Protected MethodUpdateZOrder (Inherited from System.Windows.Forms.Control)
Protected MethodWndProc (Inherited from System.Windows.Forms.Control)
Top
See Also

Reference

GoDrawView Class
Northwoods.Go.Draw Namespace

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback