GoDiagram Win Reference
GoPalette Class Methods


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

Public Methods
 NameDescription
Public MethodAbortTransactionThis just calls Document.AbortTransaction(). (Inherited from Northwoods.Go.GoView)
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 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 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 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 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 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 MethodCreateSheetOverridden. Palettes do not support GoView.GoView.Sheet.  
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. 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 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 MethodDoDragDrop (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 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 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 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 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 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 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 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 MethodLayoutItemsPosition all of this document's objects in a grid, according to the orientation and sort order.  
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.  (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 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 MethodRaiseChangedOverridden. When the GoView.Grid changes, call LayoutItems.  
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 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 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 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 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 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 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 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 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 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 MethodOnBackgroundImageLayoutChanged (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 MethodOnBackgroundSingleClickedInvoke all GoView.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 GoView.ClipboardCopied event handlers. (Inherited from Northwoods.Go.GoView)
Protected MethodOnClipboardPastedInvoke all GoView.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 MethodOnDocumentChangedOverridden. When an object is inserted or removed from the document, call LayoutItems.  
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 GoView.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 GoView.LinkCreated event handlers. (Inherited from Northwoods.Go.GoView)
Protected MethodOnLinkRelinkedInvoke all GoView.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 MethodOnMouseEnterCall GoView.DoObjectEnterLeave if the mouse enters this view on a document object. (Inherited from Northwoods.Go.GoView)
Protected MethodOnMouseHover (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 MethodOnMove (Inherited from System.Windows.Forms.Control)
Protected MethodOnNotifyMessage (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 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. When the GoView.DocScale property changes, call LayoutItems.  
Protected MethodOnQueryContinueDragIf the user types an Escape during a drag, we cancel the drag by calling GoView.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 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 MethodOnSizeChangedOverridden. When the view is resized, call LayoutItems.  
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 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 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

GoPalette Class
Northwoods.Go Namespace

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback