GoDiagram Win Reference
GoView Class Methods


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

Public Methods
 NameDescription
Public MethodAbortTransactionThis just calls Document.AbortTransaction().  
Public MethodBeginInvokeOverloaded.  (Inherited from System.Windows.Forms.Control)
Public MethodBeginUpdateDisable painting of this view.  
Public MethodBringToFront (Inherited from System.Windows.Forms.Control)
Public MethodCanCopyObjectsCalled to see if the user can copy objects in this view for this document.  
Public MethodCanDeleteObjectsCalled to see if the user can delete objects in this view for this document.  
Public MethodCanEditCopyThis predicate is true when the user can perform the EditCopy action.  
Public MethodCanEditCutThis predicate is true when the user can perform the EditCut action.  
Public MethodCanEditDeleteThis predicate is true when the user can perform the EditDelete action.  
Public MethodCanEditEditThis predicate is true when the user can perform the EditEdit action.  
Public MethodCanEditObjectsCalled to see if the user can edit objects in this view for this document.  
Public MethodCanEditPasteThis predicate is true when the user can perform the EditPaste action.  
Public MethodCanInsertObjectsCalled to see if the user can insert objects into this view for this document.  
Public MethodCanLinkObjectsCalled to see if the user can link objects together in this view for this document.  
Public MethodCanMoveObjectsCalled to see if the user can move objects in this view for this document.  
Public MethodCanRedoThis just calls Document.CanRedo().  
Public MethodCanReshapeObjectsCalled to see if the user can reshape objects in this view for this document.  
Public MethodCanResizeObjectsCalled to see if the user can resize objects in this view for this document.  
Public MethodCanScrollDetermine if there is room for the view to be scrolled in a given direction.  
Public MethodCanSelectObjectsCalled to see if the user can select objects in this view for this document.  
Public MethodCanUndoThis just calls Document.CanUndo().  
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.  
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.  
Public MethodComputeDocumentBoundsDetermine the actual extent of all of the objects in the document as seen by this view.  
Public MethodContains (Inherited from System.Windows.Forms.Control)
Public MethodConvertDocToViewOverloaded. Given a point in this document, calculate the corresponding point in this view.  
Public MethodConvertViewToDocOverloaded. Given a point in this view, calculate the corresponding point in the view's document.  
Public MethodCopySelectionMake copies of the objects in a collection and add them to this view's document at the given offset.  
Public MethodCopyToClipboardPut a copy of a collection of objects in the clipboard.  
Public MethodCreateControl (Inherited from System.Windows.Forms.Control)
Public MethodCreateDefaultToolCreate an instance of the default DefaultTool for this view.  
Public MethodCreateDocumentThis method is called by the constructor to create a document for this view.  
Public MethodCreateGraphics (Inherited from System.Windows.Forms.Control)
Public MethodCreateGridThis method is called by the constructor to create a grid object for this view.  
Public MethodCreateLinkThe GoToolLinking class calls this method to create a new link between ports.  
Public MethodCreateObjRef (Inherited from System.MarshalByRefObject)
Public MethodCreateSelectionThis method is called by the constructor to create a selection collection for this view.  
Public MethodCreateSheetThis method is called by the constructor to create a page object for this view.  
Public MethodDeleteSelectionDelete a collection of objects.  
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.  
Public MethodDisposeOverloaded. Overridden. Free up any Windows resources that this view caches.  
Public MethodDoAutoPanStart or continue scrolling the view according to the relative position of the viewPnt compared to the originPnt.  
Public MethodDoAutoScrollStart or continue automatically scrolling the view during a mouse drag.  
Public MethodDoBackgroundMouseOverThis method is called by DoMouseOver when no call to OnMouseOver has returned true.  
Public MethodDoCancelMouseHandle a canonicalized cancel input event.  
Public MethodDoContextClickPerform the behavior that normally occurs upon a context click.  
Public MethodDoDoubleClickPerform the behavior that normally occurs upon a double click.  
Public MethodDoDragDrop (Inherited from System.Windows.Forms.Control)
Public MethodDoEndEditStop the user's editing an object using the EditControl.  
Public MethodDoHoverPerform the behavior that normally occurs upon a mouse hover.  
Public MethodDoKeyDownHandle a canonicalized keyboard input event.  
Public MethodDoMouseDownHandle a canonicalized mouse down input event.  
Public MethodDoMouseHoverHandle a canonicalized mouse hover input event.  
Public MethodDoMouseMoveHandle a canonicalized mouse move input event.  
Public MethodDoMouseOverPerform the immediate behavior normally associated with the mouse moving without a mouse button being pressed.  
Public MethodDoMouseUpHandle a canonicalized mouse up input event.  
Public MethodDoMouseWheelHandle a canonicalized mouse wheel input event.  
Public MethodDoObjectEnterLeavePerform the behavior that normally occurs when there is a change in the document object that the mouse is over.  
Public MethodDoSelectionDroppedPerform the behavior that normally occurs when the Selection has been dropped in this view.  
Public MethodDoSelectionDropRejectInvoke BackgroundSelectionDropReject or ObjectSelectionDropReject event handlers and GoObject.GoObject.OnSelectionDropReject methods to see if any want to prevent a drop.  
Public MethodDoSingleClickPerform the behavior that normally occurs upon a single click.  
Public MethodDoToolTipObjectThis method is responsible for finding a tooltip string for an object and then displaying it in a ToolTip.  
Public MethodDoWheelPerform the standard mouse wheel behavior for views.  
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.  
Public MethodDrawXorLineDraw a line on the screen in XOR mode.  
Public MethodDrawXorRectangleDraw a rectangle on the screen in XOR mode.  
Public MethodEditCopyCopy the Selection to the clipboard.  
Public MethodEditCutCopy the current Selection to the clipboard and then delete it.  
Public MethodEditDeleteRemove all selected objects from this view's document.  
Public MethodEditEditHave the user edit the primary selection.  
Public MethodEditObjectBegin having the user edit an object.  
Public MethodEditPastePaste and select a copy of the clipboard's GoObjects into this view's document.  
Public MethodEndInvoke (Inherited from System.Windows.Forms.Control)
Public MethodEndUpdateRe-enable painting of this view.  
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.  
Public MethodFindNearestGridPointFind the nearest Grid point to a given point.  
Public MethodFinishTransactionThis just calls Document.FinishTransaction(tname).  
Public MethodFocus (Inherited from System.Windows.Forms.Control)
Public MethodGetBitmapProduce a rendering of this view.  
Public MethodGetBitmapFromCollectionOverloaded. Return a Bitmap displaying all of the visible objects in the given collection.  
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.  
Public MethodGetShadowPenGet a Pen for drawing an object's drop-shadow.  
Public MethodHandleScrollThis is the event handler for both scroll bars.  
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.  
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.  
Public MethodLayoutScrollBarsPosition and size the scrollbars and corner.  
Public MethodLimitDocPositionThis method is called when setting the DocPosition property to make sure the view only takes reasonable, desired positions.  
Public MethodLimitDocScaleThis method is called when setting the DocScale property to make sure that the view only displays objects at a reasonable scale.  
Public MethodMatchesNodeLabelThis predicate is called by SelectNextNode to decide if a part's text label starts with a given character.  
Public MethodMoveSelectionMove a collection of objects by a given offset.  
Public MethodPasteFromClipboardCopy the GoObjects in the clipboard into this view's document.  
Public MethodPerformLayoutOverloaded.  (Inherited from System.Windows.Forms.Control)
Public MethodPickObjectFind a visible object at a given point.  
Public MethodPickObjectsReturn a collection of objects that can be picked at a particular point.  
Public MethodPickObjectsInRectangleReturn a collection of objects that are surrounded by a given rectangle.  
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.  
Public MethodPrintDocumentPageThis is called repeatedly by the printing process in order to produce the printed image.  
Public MethodPrintPreviewDisplay a print preview window for this view's document.  
Public MethodRaiseBackgroundContextClickedRaise a BackgroundContextClicked event for a given canonicalized input event.  
Public MethodRaiseBackgroundDoubleClickedRaise a BackgroundDoubleClicked event for a given canonicalized input event.  
Public MethodRaiseBackgroundHoverRaise a BackgroundHover event for a given canonicalized input event.  
Public MethodRaiseBackgroundSelectionDroppedRaise a BackgroundSelectionDropped event for a given canonicalized input event.  
Public MethodRaiseBackgroundSelectionDropRejectCall OnBackgroundSelectionDropReject with the given GoInputEventArgs to raise a BackgroundSelectionDropReject event.  
Public MethodRaiseBackgroundSingleClickedRaise a BackgroundSingleClicked event for a given canonicalized input event.  
Public MethodRaiseChangedHandle changes to any view layers or view objects.  
Public MethodRaiseClipboardCopiedCall OnClipboardCopied to raise a ClipboardCopied event.  
Public MethodRaiseClipboardPastedCall OnClipboardPasted to raise a ClipboardPasted event.  
Public MethodRaiseExternalObjectsDroppedCall OnExternalObjectsDropped to raise a ExternalObjectsDropped event.  
Public MethodRaiseLinkCreatedCall OnLinkCreated for the given object to raise a LinkCreated event.  
Public MethodRaiseLinkRelinkedCall OnLinkRelinked for the given object to raise a LinkRelinked event.  
Public MethodRaiseObjectContextClickedRaise an ObjectContextClicked event for a given object and canonicalized input event.  
Public MethodRaiseObjectDoubleClickedRaise an ObjectDoubleClicked event for a given object and canonicalized input event.  
Public MethodRaiseObjectEditedCall OnObjectEdited for the given object to raise an ObjectEdited event.  
Public MethodRaiseObjectEnterLeaveRaise an ObjectEnterLeave event for a given object.  
Public MethodRaiseObjectGotSelectionCall OnObjectGotSelection for the given object to raise an ObjectGotSelection event.  
Public MethodRaiseObjectHoverRaise an ObjectHover event for a given object and canonicalized input event.  
Public MethodRaiseObjectLostSelectionCall OnObjectLostSelection for the given object to raise an ObjectLostSelection event.  
Public MethodRaiseObjectResizedCall OnObjectResized for the given object to raise an ObjectResized event.  
Public MethodRaiseObjectSelectionDroppedRaise an ObjectSelectionDropped event for a given object and canonicalized input event.  
Public MethodRaiseObjectSelectionDropRejectCall OnObjectSelectionDropReject with the given GoObjectEventArgs to raise a ObjectSelectionDropReject event.  
Public MethodRaiseObjectSingleClickedRaise an ObjectSingleClicked event for a given object and canonicalized input event.  
Public MethodRaisePropertyChangedEventRaise a PropertyChanged event for the given property name.  
Public MethodRaiseSelectionCopiedCall OnSelectionCopied to raise a SelectionCopied event.  
Public MethodRaiseSelectionDeletedCall OnSelectionDeleted to raise a SelectionDeleted event.  
Public MethodRaiseSelectionDeletingCall OnSelectionDeleting with the given CancelEventArgs to raise a SelectionDeleting event.  
Public MethodRaiseSelectionFinishedCall OnSelectionFinished.  
Public MethodRaiseSelectionMovedCall OnSelectionMoved to raise a SelectionMoved event.  
Public MethodRaiseSelectionStartingCall OnSelectionStarting.  
Public MethodRectangleToClient (Inherited from System.Windows.Forms.Control)
Public MethodRectangleToScreen (Inherited from System.Windows.Forms.Control)
Public MethodRedoThis just calls Document.Redo().  
Public MethodRefresh (Inherited from System.Windows.Forms.Control)
Public MethodReplaceMouseToolReplace one of the "mode-less" tools used by this view.  
Public MethodRequestFocusCall the Control.Focus() method, catching any SecurityException to make sure OnGotFocus is called anyway.  
Public MethodRescaleToFitChange the DocScale and DocPosition properties so that all document objects are visible.  
Public MethodRescaleWithCenterChange the DocScale, and adjust the DocPosition so that the docPt remains at the center of the view.  
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).  
Public MethodScrollPageProgrammatically scroll the view by a "page" (a large change).  
Public MethodScrollRectangleToVisibleChange this view's DocPosition so that the given rectangle is visible.  
Public MethodSelectOverloaded.  (Inherited from System.Windows.Forms.Control)
Public MethodSelectAllAdd all eligible document objects to this view's selection.  
Public MethodSelectInRectangleAdd all eligible document objects that are within a given rectangle to this view's selection.  
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.  
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.  
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.  
Public MethodStandardizeCursorNameConvert a cursor name to a standardized name.  
Public MethodStartTransactionThis just calls Document.StartTransaction().  
Public MethodStopAutoScrollStop any ongoing auto-scroll or auto-pan action.  
Public MethodSuspendLayout (Inherited from System.Windows.Forms.Control)
Public MethodToString (Inherited from System.ComponentModel.Component)
Public MethodUndoThis just calls Document.Undo().  
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.  
Public MethodUpdateScrollBarsUpdate the scroll bars for this view, changing the minimum/maximum/value and visibility as appropriate.  
Public MethodUpdateViewCause the whole view, including scroll bars, to be redrawn.  
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.  
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.  
Protected MethodDoExternalDropHandle drag-drops from another Control.  
Protected MethodDoInternalDragHandle dragging that started from this view.  
Protected MethodDoInternalDropHandle drag-dropping from within this view.  
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.  
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 MethodIsInputKeyOverridden. Let this view handle the arrow keys.  
Protected MethodMemberwiseCloneOverloaded.  (Inherited from System.MarshalByRefObject)
Protected MethodNotifyInvalidate (Inherited from System.Windows.Forms.Control)
Protected MethodOnAutoSizeChanged (Inherited from System.Windows.Forms.Control)
Protected MethodOnBackColorChangedOverridden. Redraw the whole view if the background color has changed.  
Protected MethodOnBackgroundContextClickedInvoke all BackgroundContextClicked event handlers.  
Protected MethodOnBackgroundDoubleClickedInvoke all BackgroundDoubleClicked event handlers.  
Protected MethodOnBackgroundHoverInvoke all BackgroundHover event handlers.  
Protected MethodOnBackgroundImageChangedOverridden. Redraw the whole view if the background image has changed.  
Protected MethodOnBackgroundImageLayoutChanged (Inherited from System.Windows.Forms.Control)
Protected MethodOnBackgroundSelectionDroppedInvoke all BackgroundSelectionDropped event handlers.  
Protected MethodOnBackgroundSelectionDropRejectInvoke all BackgroundSelectionDropReject event handlers.  
Protected MethodOnBackgroundSingleClickedInvoke all BackgroundSingleClicked event handlers.  
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.  
Protected MethodOnClipboardPastedInvoke all ClipboardPasted event handlers.  
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 MethodOnCreateControlOverridden. This lays out the scroll bars, too, if needed.  
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.  
Protected MethodOnDoubleClickOverridden. For a double-click, this method gets called instead of a second OnMouseUp.  
Protected MethodOnDragDropOverridden. Handle the DragDrop event by canonicalizing the input event and behaving differently for internal drag-drops than for drops coming from other windows.  
Protected MethodOnDragEnterOverridden. Show an image for an external drag.  
Protected MethodOnDragLeaveOverridden. Turn off any mouse-related timers and remove any external drag image or objects.  
Protected MethodOnDragOverOverridden. Handle the DragOver event by canonicalizing the input event and behaving differently for internal drags than for external drags coming from other windows.  
Protected MethodOnEnabledChanged (Inherited from System.Windows.Forms.Control)
Protected MethodOnEnter (Inherited from System.Windows.Forms.Control)
Protected MethodOnExternalObjectsDroppedInvoke all ExternalObjectsDropped event handlers.  
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 MethodOnGotFocusOverridden. When a view gets focus, make sure the selection appearance can be updated, if needed.  
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 MethodOnKeyDownOverridden. This method is the view's key event handler.  
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.  
Protected MethodOnLinkRelinkedInvoke all LinkRelinked event handlers.  
Protected MethodOnLocationChanged (Inherited from System.Windows.Forms.Control)
Protected MethodOnLostFocusOverridden. When a view loses focus, make sure the selection appearance can be updated, if needed.  
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 MethodOnMouseDownOverridden. This method is the view's mouse down event handler.  
Protected MethodOnMouseEnterOverridden. Call DoObjectEnterLeave if the mouse enters this view on a document object.  
Protected MethodOnMouseHover (Inherited from System.Windows.Forms.Control)
Protected MethodOnMouseLeaveOverridden. Turn off any mouse-related timers.  
Protected MethodOnMouseMoveOverridden. This method is the view's mouse move event handler.  
Protected MethodOnMouseUpOverridden. This method is the view's mouse up event handler.  
Protected MethodOnMouseWheelOverridden. This is the mouse wheel event handler, that handles scrolling and zooming.  
Protected MethodOnMove (Inherited from System.Windows.Forms.Control)
Protected MethodOnNotifyMessage (Inherited from System.Windows.Forms.Control)
Protected MethodOnObjectContextClickedInvoke all ObjectContextClicked event handlers.  
Protected MethodOnObjectDoubleClickedInvoke all ObjectDoubleClicked event handlers.  
Protected MethodOnObjectEditedInvoke all ObjectEdited event handlers.  
Protected MethodOnObjectEnterLeaveInvoke all ObjectEnterLeave event handlers.  
Protected MethodOnObjectGotSelectionInvoke all ObjectGotSelection event handlers.  
Protected MethodOnObjectHoverInvoke all ObjectHover event handlers.  
Protected MethodOnObjectLostSelectionInvoke all ObjectLostSelection event handlers.  
Protected MethodOnObjectResizedInvoke all ObjectResized event handlers.  
Protected MethodOnObjectSelectionDroppedInvoke all ObjectSelectionDropped event handlers.  
Protected MethodOnObjectSelectionDropRejectInvoke all ObjectSelectionDropReject event handlers.  
Protected MethodOnObjectSingleClickedInvoke all ObjectSingleClicked event handlers.  
Protected MethodOnPaddingChanged (Inherited from System.Windows.Forms.Control)
Protected MethodOnPaintOverridden. Called by the system when needing to fix up invalidated parts of this view.  
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 MethodOnPropertyChangedCall all PropertyChanged event handlers.  
Protected MethodOnQueryContinueDragOverridden. If the user types an Escape during a drag, we cancel the drag by calling DoCancelMouse.  
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.  
Protected MethodOnSelectionDeletedInvoke all SelectionDeleted event handlers.  
Protected MethodOnSelectionDeletingInvoke all SelectionDeleting event handlers.  
Protected MethodOnSelectionFinishedInvoke all SelectionFinished event handlers.  
Protected MethodOnSelectionMovedInvoke all SelectionMoved event handlers.  
Protected MethodOnSelectionStartingInvoke all SelectionStarting event handlers.  
Protected MethodOnSizeChangedOverridden. This lays out the scroll bars, too, if needed.  
Protected MethodOnStyleChangedOverridden. Redraw the whole view if the Control style has changed.  
Protected MethodOnSystemColorsChangedOverridden. Redraw the whole view if the system colors have changed.  
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 MethodOnVisibleChangedOverridden. In case the size changed while it was not visible, make sure we update the scroll bars.  
Protected MethodPaintBackgroundDecorationDraw any decoration that should appear behind all of the objects.  
Protected MethodPaintObjectsPaint all the document and/or view objects.  
Protected MethodPaintPaperColorFill in the document paper color or view background color.  
Protected MethodPaintViewPaint all of the objects of this view or its document that are visible in the given rectangle.  
Protected MethodPrintDecorationDraw any printed decorations on the paper that would not normally be part of a window view.  
Protected MethodPrintPreviewShowDialogDisplay the print preview window.  
Protected MethodPrintShowDialogDisplay a printing choices dialog.  
Protected MethodPrintViewRender for printing everything you want to display from the view.  
Protected MethodProcessCmdKeyOverridden. When this view has an EditControl that is showing a Control that has focus, return false to permit that Control to process all keys.  
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

GoView Class
Northwoods.Go Namespace

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback