GoDiagram Win Reference
GoPalette Class Members
Properties  Methods  Events


The following tables list the members exposed by GoPalette.

Public Constructors
 NameDescription
Public ConstructorGoPalette ConstructorCreate a GoPalette window that can show a collection of GoObject items arranged in a grid that the user can drag from.  
Top
Public Properties
 NameDescription
Public PropertyAccessibleDescriptionGets or sets the description of the control used by accessibility client applications. (Inherited from System.Windows.Forms.Control)
Public PropertyAccessibleNameGets or sets the name of the control used by accessibility client applications. (Inherited from System.Windows.Forms.Control)
Public PropertyAccessibleRoleGets or sets the accessible role of the control (Inherited from System.Windows.Forms.Control)
Public PropertyAlignsSelectionObjectGets or sets whether to align each item's GoObject.SelectionObject instead of the whole item.  
Public PropertyAllowCopyGets or sets whether the user can copy objects in this view. (Inherited from Northwoods.Go.GoView)
Public PropertyAllowDeleteGets or sets whether the user can delete objects in this view. (Inherited from Northwoods.Go.GoView)
Public PropertyAllowDragOutGets or sets whether the user can drag the selection out of this view to another window. (Inherited from Northwoods.Go.GoView)
Public PropertyAllowDropGets and sets whether this view accepts drop events of drag-and-drop operations. (Inherited from Northwoods.Go.GoView)
Public PropertyAllowEditGets or sets whether the user can edit objects in this view. (Inherited from Northwoods.Go.GoView)
Public PropertyAllowInsertGets or sets whether the user can insert objects into this view. (Inherited from Northwoods.Go.GoView)
Public PropertyAllowKeyGets or sets whether the user can type keystroke commands in this view. (Inherited from Northwoods.Go.GoView)
Public PropertyAllowLinkGets or sets whether the user can link objects together in this view. (Inherited from Northwoods.Go.GoView)
Public PropertyAllowMouseGets or sets whether the user can use the mouse in this view. (Inherited from Northwoods.Go.GoView)
Public PropertyAllowMoveGets or sets whether the user can move objects in this view. (Inherited from Northwoods.Go.GoView)
Public PropertyAllowReshapeGets or sets whether the user can reshape objects in this view. (Inherited from Northwoods.Go.GoView)
Public PropertyAllowResizeGets or sets whether the user can resize objects in this view. (Inherited from Northwoods.Go.GoView)
Public PropertyAllowSelectGets or sets whether the user can select objects in this view. (Inherited from Northwoods.Go.GoView)
Public PropertyAnchorGets or sets the edges of the container to which a control is bound and determines how a control is resized with its parent. (Inherited from System.Windows.Forms.Control)
Public PropertyArrowMoveLargeGets or sets the distance a selected object is moved using the arrow keys. (Inherited from Northwoods.Go.GoView)
Public PropertyArrowMoveSmallGets or sets the distance a selected object is moved using the arrow keys with the Ctrl key held down. (Inherited from Northwoods.Go.GoView)
Public PropertyAutomaticLayoutGets or sets whether LayoutItems actually positions all the items.  
Public PropertyAutoPanRegionGets or sets the region around the original pan point where automatic panning does not occur. (Inherited from Northwoods.Go.GoView)
Public PropertyAutoScrollDelayGets or sets how long to wait before autoscrolling. (Inherited from Northwoods.Go.GoView)
Public PropertyAutoScrollRegionGets or sets the margin in the view where a mouse drag will automatically cause the view to scroll. (Inherited from Northwoods.Go.GoView)
Public PropertyAutoScrollTimeGets or sets how quickly to change the GoView.DocPosition when the mouse is in the GoView.AutoScrollRegion. (Inherited from Northwoods.Go.GoView)
Public PropertyBackColorGets or sets the background color for the control. (Inherited from System.Windows.Forms.Control)
Public PropertyBackgroundHasSheetGets or sets whether there is a value for GoView.Sheet, that is a GoSheet in this view's GoView.BackgroundLayer. (Inherited from Northwoods.Go.GoView)
Public PropertyBackgroundImageGets or sets the background image displayed in the control. (Inherited from System.Windows.Forms.Control)
Public PropertyBackgroundImageLayoutGets or sets the background image layout as defined in the System.Windows.Forms.ImageLayout enumeration. (Inherited from System.Windows.Forms.Control)
Public PropertyBorder3DStyleGets or sets the 3D border style for this view. (Inherited from Northwoods.Go.GoView)
Public PropertyBorderStyleGets or sets the border style for this view. (Inherited from Northwoods.Go.GoView)
Public PropertyBoundingHandlePenWidthGets or sets the width of the pen used in bounding handles, surrounding a selected object. (Inherited from Northwoods.Go.GoView)
Public PropertyCausesValidationGets or sets a value indicating whether the control causes validation to be performed on any controls that require validation when it receives focus. (Inherited from System.Windows.Forms.Control)
Public PropertyCompositingQualityGets or sets how pixels are composited for all drawing operations. (Inherited from Northwoods.Go.GoView)
Public PropertyContextClickSingleSelectionGets or sets the GoToolContext.SingleSelection property of the GoToolContext tool that is in the GoView.MouseDownTools list. (Inherited from Northwoods.Go.GoView)
Public PropertyContextMenuStripGets or sets the System.Windows.Forms.ContextMenuStrip associated with this control. (Inherited from System.Windows.Forms.Control)
Public PropertyCursorNameGets or sets the view's Cursor given a standard cursor name, rather than a Windows.Forms.Cursor object. (Inherited from Northwoods.Go.GoView)
Public PropertyDataBindingsGets the data bindings for the control. (Inherited from System.Windows.Forms.Control)
Public PropertyDisableKeysGets or sets which key commands are disabled in the GoToolManager's GoToolManager.DoKeyDown method. (Inherited from Northwoods.Go.GoView)
Public PropertyDockGets or sets which control borders are docked to its parent control and determines how a control is resized with its parent. (Inherited from System.Windows.Forms.Control)
Public PropertyDocPositionGets or sets the position in the document that this view is displaying. (Inherited from Northwoods.Go.GoView)
Public PropertyDocScaleGets or sets the scale at which this view displays its document. (Inherited from Northwoods.Go.GoView)
Public PropertyDocumentSizeGets the dimensions of the document. (Inherited from Northwoods.Go.GoView)
Public PropertyDocumentTopLeftGets the top-left position of the document. (Inherited from Northwoods.Go.GoView)
Public PropertyDragRoutesRealtimeGets or sets whether the routing of links happens continuously when GoView.DragsRealtime is true. [In Web Forms there is no continuous visual feedback of the rerouting of links.] (Inherited from Northwoods.Go.GoView)
Public PropertyDragsRealtimeGets or sets whether a user's drag of the selection occurs continuously. [In Web Forms there is no continuous visual feedback of a drag.] (Inherited from Northwoods.Go.GoView)
Public PropertyDrawsXorModeGets or sets whether a rubber-band box should be drawn in XOR mode. (Inherited from Northwoods.Go.GoView)
Public PropertyEnabledGets or sets a value indicating whether the control can respond to user interaction. (Inherited from System.Windows.Forms.Control)
Public PropertyExternalDragDropsOnEnterGets or sets whether GoView.OnDragEnter should call GoView.DoExternalDrop immediately, to actually create the dropped objects and add them to the document, and so that the user's drag-and-drop from another window will use an instance of a GoToolDragging as the current GoView.Tool for dragging around those newly dropped objects. (Inherited from Northwoods.Go.GoView)
Public PropertyFontGets or sets the font of the text displayed by the control. (Inherited from System.Windows.Forms.Control)
Public PropertyForeColorGets or sets the foreground color of the control. (Inherited from System.Windows.Forms.Control)
Public PropertyGridCellSizeHeightDesign-time and PropertyGrid access to GoView.Grid properties. (Inherited from Northwoods.Go.GoView)
Public PropertyGridCellSizeWidthDesign-time and PropertyGrid access to GoView.Grid properties. (Inherited from Northwoods.Go.GoView)
Public PropertyGridLineColorDesign-time and PropertyGrid access to GoView.Grid properties. (Inherited from Northwoods.Go.GoView)
Public PropertyGridLineDashPatternDesign-time and PropertyGrid access to GoView.Grid properties. (Inherited from Northwoods.Go.GoView)
Public PropertyGridLineDashStyleDesign-time and PropertyGrid access to GoView.Grid properties. (Inherited from Northwoods.Go.GoView)
Public PropertyGridLineWidthDesign-time and PropertyGrid access to GoView.Grid properties. (Inherited from Northwoods.Go.GoView)
Public PropertyGridMajorLineColorDesign-time and PropertyGrid access to GoView.Grid properties. (Inherited from Northwoods.Go.GoView)
Public PropertyGridMajorLineDashPatternDesign-time and PropertyGrid access to GoView.Grid properties. (Inherited from Northwoods.Go.GoView)
Public PropertyGridMajorLineDashStyleDesign-time and PropertyGrid access to GoView.Grid properties. (Inherited from Northwoods.Go.GoView)
Public PropertyGridMajorLineFrequencyDesign-time and PropertyGrid access to GoView.Grid properties. (Inherited from Northwoods.Go.GoView)
Public PropertyGridMajorLineWidthDesign-time and PropertyGrid access to GoView.Grid properties. (Inherited from Northwoods.Go.GoView)
Public PropertyGridOriginRelativeDesign-time and PropertyGrid access to GoView.Grid properties. (Inherited from Northwoods.Go.GoView)
Public PropertyGridOriginXDesign-time and PropertyGrid access to GoView.Grid properties. (Inherited from Northwoods.Go.GoView)
Public PropertyGridOriginYDesign-time and PropertyGrid access to GoView.Grid properties. (Inherited from Northwoods.Go.GoView)
Public PropertyGridSnapCellSpotDesign-time and PropertyGrid access to GoView.Grid properties. (Inherited from Northwoods.Go.GoView)
Public PropertyGridSnapDragDesign-time and PropertyGrid access to GoView.Grid properties. (Inherited from Northwoods.Go.GoView)
Public PropertyGridSnapOpaqueDesign-time and PropertyGrid access to GoView.Grid properties. (Inherited from Northwoods.Go.GoView)
Public PropertyGridSnapResizeDesign-time and PropertyGrid access to GoView.Grid properties. (Inherited from Northwoods.Go.GoView)
Public PropertyGridStyleDesign-time and PropertyGrid access to GoView.Grid properties. (Inherited from Northwoods.Go.GoView)
Public PropertyGridUnboundedSpotsDesign-time and PropertyGrid access to GoView.Grid properties. (Inherited from Northwoods.Go.GoView)
Public PropertyHidesSelectionGets or sets whether the selection disappears when this view loses focus. (Inherited from Northwoods.Go.GoView)
Public PropertyHoverDelayGets or sets how long a mouse should stay at one spot before a hover event occurs. (Inherited from Northwoods.Go.GoView)
Public PropertyImageListGets or sets the ImageList that GoImage objects can draw from. (Inherited from Northwoods.Go.GoView)
Public PropertyImeModeGets or sets the Input Method Editor (IME) mode of the control. (Inherited from System.Windows.Forms.Control)
Public PropertyInterpolationModeGets or sets how images are rendered when scaled or stretched. (Inherited from Northwoods.Go.GoView)
Public PropertyIsRenderingBitmapThis property is true when this GoView is producing a Bitmap. (Inherited from Northwoods.Go.GoView)
Public PropertyLocationGets or sets the coordinates of the upper-left corner of the control relative to the upper-left corner of its container. (Inherited from System.Windows.Forms.Control)
Public PropertyMarginGets or sets the space between controls. (Inherited from System.Windows.Forms.Control)
Public PropertyMaximumSelectionCountGets or sets the maximum number of objects allowed in the selection. (Inherited from Northwoods.Go.GoView)
Public PropertyMaximumSizeGets or sets the size that is the upper limit that System.Windows.Forms.Control.GetPreferredSize(System.Drawing.Size) can specify. (Inherited from System.Windows.Forms.Control)
Public PropertyMinimumSizeGets or sets the size that is the lower limit that System.Windows.Forms.Control.GetPreferredSize(System.Drawing.Size) can specify. (Inherited from System.Windows.Forms.Control)
Public PropertyNewGoLabeledLinkThis convenience property safely casts the value of GoView.NewLinkPrototype as a GoLabeledLink. (Inherited from Northwoods.Go.GoView)
Public PropertyNewGoLinkThis convenience property safely casts the value of GoView.NewLinkPrototype as a GoLink. (Inherited from Northwoods.Go.GoView)
Public PropertyNewLinkPrototypeGets or sets a GoObject that is copied when a new link is created. (Inherited from Northwoods.Go.GoView)
Public PropertyNoFocusSelectionColorGets or sets the handle color for selected objects when this view does not have focus. (Inherited from Northwoods.Go.GoView)
Public PropertyOrientationGets or sets how to fill the palette by positioning its items.  
Public PropertyPaddingGets or sets padding within the control. (Inherited from System.Windows.Forms.Control)
Public PropertyPaintGreekScaleGets or sets the scale at which greeked objects paint something simple. (Inherited from Northwoods.Go.GoView)
Public PropertyPaintNothingScaleGets or sets the scale at which greeked objects paint nothing. (Inherited from Northwoods.Go.GoView)
Public PropertyPixelOffsetModeGets or sets how pixels are positioned for all drawing operations. (Inherited from Northwoods.Go.GoView)
Public PropertyPortGravityGets or sets the distance at which potential links will snap to valid ports. (Inherited from Northwoods.Go.GoView)
Public PropertyPrimarySelectionColorGets or sets the handle color for the primary selection. (Inherited from Northwoods.Go.GoView)
Public PropertyPrintDocumentSizeGets the size of the document to be printed. (Inherited from Northwoods.Go.GoView)
Public PropertyPrintDocumentTopLeftGets the top-left position of the document to be printed. (Inherited from Northwoods.Go.GoView)
Public PropertyPrintScaleGets or sets the scale at which we should print. (Inherited from Northwoods.Go.GoView)
Public PropertyPrintsViewObjectsGets or sets whether GoView.PrintView should print objects that belong to view layers as well as all document objects. (Inherited from Northwoods.Go.GoView)
Public PropertyResizeHandleHeightDesign-time and PropertyGrid access to GoView.ResizeHandleSize. (Inherited from Northwoods.Go.GoView)
Public PropertyResizeHandlePenWidthGets or sets the width of the pen used in resize handles for a selected object. (Inherited from Northwoods.Go.GoView)
Public PropertyResizeHandleWidthDesign-time and PropertyGrid access to GoView.ResizeHandleSize. (Inherited from Northwoods.Go.GoView)
Public PropertyRightToLeftGets or sets a value indicating whether control's elements are aligned to support locales using right-to-left fonts. (Inherited from System.Windows.Forms.Control)
Public PropertyScrollSmallChangeGets or sets the distance to scroll when scrolling a small amount. (Inherited from Northwoods.Go.GoView)
Public PropertySecondarySelectionColorGets or sets the handle color for selected objects other than the primary selection. (Inherited from Northwoods.Go.GoView)
Public PropertySelectInRectangleStyleGets or sets the GoPickInRectangleStyle used by GoView.SelectInRectangle to determine whether an object is within a rectangle. (Inherited from Northwoods.Go.GoView)
Public PropertyShadowColorGets or sets the color used for drawing drop shadows. (Inherited from Northwoods.Go.GoView)
Public PropertyShadowHeightDesign-time and PropertyGrid access to the ShadowOffset. (Inherited from Northwoods.Go.GoView)
Public PropertyShadowWidthDesign-time and PropertyGrid access to the ShadowOffset. (Inherited from Northwoods.Go.GoView)
Public PropertySheetBackgroundImageSpotDesign-time and PropertyGrid access to GoView.Sheet properties. (Inherited from Northwoods.Go.GoView)
Public PropertySheetBottomRightMarginDesign-time and PropertyGrid access to GoView.Sheet properties. (Inherited from Northwoods.Go.GoView)
Public PropertySheetMarginBoundsDesign-time and PropertyGrid access to GoView.Sheet properties. (Inherited from Northwoods.Go.GoView)
Public PropertySheetMarginColorDesign-time and PropertyGrid access to GoView.Sheet properties. (Inherited from Northwoods.Go.GoView)
Public PropertySheetPaperBoundsDesign-time and PropertyGrid access to GoView.Sheet properties. (Inherited from Northwoods.Go.GoView)
Public PropertySheetShowsMarginsDesign-time and PropertyGrid access to GoView.Sheet properties. (Inherited from Northwoods.Go.GoView)
Public PropertySheetStyleOverridden. SheetStyle is always GoViewSheetStyle.None, and cannot be set.  
Public PropertySheetTopLeftMarginDesign-time and PropertyGrid access to GoView.Sheet properties. (Inherited from Northwoods.Go.GoView)
Public PropertyShowHorizontalScrollBarGets or sets the visibility policy for the horizontal scroll bar. (Inherited from Northwoods.Go.GoView)
Public PropertyShowsNegativeCoordinatesControls whether any parts of the document at negative coordinates can be seen or scrolled to by the user, when the GoView.SheetStyle is None. (Inherited from Northwoods.Go.GoView)
Public PropertyShowVerticalScrollBarGets or sets the visibility policy for the vertical scroll bar. (Inherited from Northwoods.Go.GoView)
Public PropertySiteGets or sets the site of the control. (Inherited from System.Windows.Forms.Control)
Public PropertySizeGets or sets the height and width of the control. (Inherited from System.Windows.Forms.Control)
Public PropertySmoothingModeGets or sets how nicely lines are drawn. (Inherited from Northwoods.Go.GoView)
Public PropertySortingGets or sets whether and how LayoutItems sorts before it positions all of the items.  
Public PropertyTabIndexGets or sets the tab order of the control within its container. (Inherited from System.Windows.Forms.Control)
Public PropertyTabStopGets or sets a value indicating whether the user can give the focus to this control using the TAB key. (Inherited from System.Windows.Forms.Control)
Public PropertyTagGets or sets the object that contains data about the control. (Inherited from System.Windows.Forms.Control)
Public PropertyTextGets or sets the text associated with this control. (Inherited from System.Windows.Forms.Control)
Public PropertyTextRenderingHintGets or sets how nicely text is rendered. (Inherited from Northwoods.Go.GoView)
Public PropertyToolTipTextGets or sets a string to be displayed in a tooltip when no tooltip text is shown for a particular GoObject. (Inherited from Northwoods.Go.GoView)
Public PropertyUseWaitCursorGets or sets a value indicating whether to use the wait cursor for the current control and all child controls. (Inherited from System.Windows.Forms.Control)
Public PropertyVisibleGets or sets a value indicating whether the control and all its child controls are displayed. (Inherited from System.Windows.Forms.Control)
Top
Protected Properties
 NameDescription
Protected PropertyCanEnableImeGets a value indicating whether the System.Windows.Forms.Control.ImeMode property can be set to an active value, to enable IME support. (Inherited from System.Windows.Forms.Control)
Protected PropertyCanRaiseEventsDetermines if events can be raised on the control. (Inherited from System.Windows.Forms.Control)
Protected PropertyCreateParamsGets the required creation parameters when the control handle is created. (Inherited from System.Windows.Forms.Control)
Protected PropertyDefaultImeModeGets the default Input Method Editor (IME) mode supported by the control. (Inherited from System.Windows.Forms.Control)
Protected PropertyDefaultMarginGets the space, in pixels, that is specified by default between controls. (Inherited from System.Windows.Forms.Control)
Protected PropertyDefaultMaximumSizeGets the length and height, in pixels, that is specified as the default maximum size of a control. (Inherited from System.Windows.Forms.Control)
Protected PropertyDefaultMinimumSizeGets the length and height, in pixels, that is specified as the default minimum size of a control. (Inherited from System.Windows.Forms.Control)
Protected PropertyDefaultPaddingGets the internal spacing, in pixels, of the contents of a control. (Inherited from System.Windows.Forms.Control)
Protected PropertyDefaultSizeGets the default size of the control. (Inherited from System.Windows.Forms.Control)
Protected PropertyDoubleBufferedGets or sets a value indicating whether this control should redraw its surface using a secondary buffer to reduce or prevent flicker. (Inherited from System.Windows.Forms.Control)
Protected PropertyEvents (Inherited from System.ComponentModel.Component)
Protected PropertyFontHeightGets or sets the height of the font of the control. (Inherited from System.Windows.Forms.Control)
Protected PropertyImeModeBaseGets or sets the IME mode of a control. (Inherited from System.Windows.Forms.Control)
Protected PropertyResizeRedrawGets or sets a value indicating whether the control redraws itself when resized. (Inherited from System.Windows.Forms.Control)
Protected PropertyScaleChildrenGets a value that determines the scaling of child controls. (Inherited from System.Windows.Forms.Control)
Top
Public Methods
 NameDescription
Public MethodAbortTransactionThis just calls Document.AbortTransaction(). (Inherited from Northwoods.Go.GoView)
Public MethodBeginInvokeOverloaded. Executes the specified delegate asynchronously on the thread that the control's underlying handle was created on. (Inherited from System.Windows.Forms.Control)
Public MethodBeginUpdateDisable painting of this view. (Inherited from Northwoods.Go.GoView)
Public MethodBringToFrontBrings the control to the front of the z-order. (Inherited from System.Windows.Forms.Control)
Public MethodCanCopyObjectsCalled to see if the user can copy objects in this view for this document. (Inherited from Northwoods.Go.GoView)
Public MethodCanDeleteObjectsCalled to see if the user can delete objects in this view for this document. (Inherited from Northwoods.Go.GoView)
Public MethodCanEditCopyThis predicate is true when the user can perform the GoView.EditCopy action. (Inherited from Northwoods.Go.GoView)
Public MethodCanEditCutThis predicate is true when the user can perform the GoView.EditCut action. (Inherited from Northwoods.Go.GoView)
Public MethodCanEditDeleteThis predicate is true when the user can perform the GoView.EditDelete action. (Inherited from Northwoods.Go.GoView)
Public MethodCanEditEditThis predicate is true when the user can perform the GoView.EditEdit action. (Inherited from Northwoods.Go.GoView)
Public MethodCanEditObjectsCalled to see if the user can edit objects in this view for this document. (Inherited from Northwoods.Go.GoView)
Public MethodCanEditPasteThis predicate is true when the user can perform the GoView.EditPaste action. (Inherited from Northwoods.Go.GoView)
Public MethodCanInsertObjectsCalled to see if the user can insert objects into this view for this document. (Inherited from Northwoods.Go.GoView)
Public MethodCanLinkObjectsCalled to see if the user can link objects together in this view for this document. (Inherited from Northwoods.Go.GoView)
Public MethodCanMoveObjectsCalled to see if the user can move objects in this view for this document. (Inherited from Northwoods.Go.GoView)
Public MethodCanRedoThis just calls Document.CanRedo(). (Inherited from Northwoods.Go.GoView)
Public MethodCanReshapeObjectsCalled to see if the user can reshape objects in this view for this document. (Inherited from Northwoods.Go.GoView)
Public MethodCanResizeObjectsCalled to see if the user can resize objects in this view for this document. (Inherited from Northwoods.Go.GoView)
Public MethodCanScrollDetermine if there is room for the view to be scrolled in a given direction. (Inherited from Northwoods.Go.GoView)
Public MethodCanSelectObjectsCalled to see if the user can select objects in this view for this document. (Inherited from Northwoods.Go.GoView)
Public MethodCanUndoThis just calls Document.CanUndo(). (Inherited from Northwoods.Go.GoView)
Public MethodComputeAutoPanDocPositionThis method is called to determine the next position in the document for this view, given a point at which the user is holding the mouse during a pan operation. (Inherited from Northwoods.Go.GoView)
Public MethodComputeAutoScrollDocPositionThis method is called to determine the next position in the document for this view, given a point at which the user is dragging the mouse. (Inherited from Northwoods.Go.GoView)
Public MethodComputeDocumentBoundsDetermine the actual extent of all of the objects in the document as seen by this view. (Inherited from Northwoods.Go.GoView)
Public MethodContainsRetrieves a value indicating whether the specified control is a child of the control. (Inherited from System.Windows.Forms.Control)
Public MethodConvertDocToViewOverloaded. Given a point in this document, calculate the corresponding point in this view. (Inherited from Northwoods.Go.GoView)
Public MethodConvertViewToDocOverloaded. Given a point in this view, calculate the corresponding point in the view's document. (Inherited from Northwoods.Go.GoView)
Public MethodCopySelectionMake copies of the objects in a collection and add them to this view's document at the given offset. (Inherited from Northwoods.Go.GoView)
Public MethodCopyToClipboardPut a copy of a collection of objects in the clipboard. (Inherited from Northwoods.Go.GoView)
Public MethodCreateControlForces the creation of the visible control, including the creation of the handle and any visible child controls. (Inherited from System.Windows.Forms.Control)
Public MethodCreateDefaultToolCreate an instance of the default GoView.DefaultTool for this view. (Inherited from Northwoods.Go.GoView)
Public MethodCreateDocumentThis method is called by the constructor to create a document for this view. (Inherited from Northwoods.Go.GoView)
Public MethodCreateGraphicsCreates the System.Drawing.Graphics for the control. (Inherited from System.Windows.Forms.Control)
Public 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 MethodCreateObjRefCreates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject)
Public 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 MethodDoDragDropBegins a drag-and-drop operation. (Inherited from System.Windows.Forms.Control)
Public MethodDoEndEditStop the user's editing an object using the GoView.EditControl. (Inherited from Northwoods.Go.GoView)
Public MethodDoHoverPerform the behavior that normally occurs upon a mouse hover. (Inherited from Northwoods.Go.GoView)
Public MethodDoKeyDownHandle a canonicalized keyboard input event. (Inherited from Northwoods.Go.GoView)
Public MethodDoMouseDownHandle a canonicalized mouse down input event. (Inherited from Northwoods.Go.GoView)
Public MethodDoMouseHoverHandle a canonicalized mouse hover input event. (Inherited from Northwoods.Go.GoView)
Public MethodDoMouseMoveHandle a canonicalized mouse move input event. (Inherited from Northwoods.Go.GoView)
Public 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 MethodDrawToBitmapSupports rendering to the specified bitmap. (Inherited from System.Windows.Forms.Control)
Public MethodDrawXorBoxThis convenience method erases any previous XOR-drawn rectangle and then may draw a new one with the given dimensions. (Inherited from Northwoods.Go.GoView)
Public MethodDrawXorLineDraw a line on the screen in XOR mode. (Inherited from Northwoods.Go.GoView)
Public MethodDrawXorRectangleDraw a rectangle on the screen in XOR mode. (Inherited from Northwoods.Go.GoView)
Public MethodEditCopyCopy the GoView.Selection to the clipboard. (Inherited from Northwoods.Go.GoView)
Public MethodEditCutCopy the current GoView.Selection to the clipboard and then delete it. (Inherited from Northwoods.Go.GoView)
Public MethodEditDeleteRemove all selected objects from this view's document. (Inherited from Northwoods.Go.GoView)
Public MethodEditEditHave the user edit the primary selection. (Inherited from Northwoods.Go.GoView)
Public MethodEditObjectBegin having the user edit an object. (Inherited from Northwoods.Go.GoView)
Public MethodEditPastePaste and select a copy of the clipboard's GoObjects into this view's document. (Inherited from Northwoods.Go.GoView)
Public MethodEndInvokeRetrieves the return value of the asynchronous operation represented by the System.IAsyncResult passed. (Inherited from System.Windows.Forms.Control)
Public MethodEndUpdateRe-enable painting of this view. (Inherited from Northwoods.Go.GoView)
Public MethodFindFormRetrieves the form that the control is on. (Inherited from System.Windows.Forms.Control)
Public MethodFindMouseToolOverloaded. Find one of the tools used by this view that is an instance of a given tool type. (Inherited from Northwoods.Go.GoView)
Public MethodFindNearestGridPointFind the nearest GoView.Grid point to a given point. (Inherited from Northwoods.Go.GoView)
Public MethodFinishTransactionThis just calls Document.FinishTransaction(tname). (Inherited from Northwoods.Go.GoView)
Public MethodFocusSets input focus to the control. (Inherited from System.Windows.Forms.Control)
Public MethodGetBitmapProduce a rendering of this view. (Inherited from Northwoods.Go.GoView)
Public MethodGetBitmapFromCollectionOverloaded. Return a Bitmap displaying all of the visible objects in the given collection. (Inherited from Northwoods.Go.GoView)
Public MethodGetChildAtPointOverloaded. Retrieves the child control that is located at the specified coordinates, specifying whether to ignore child controls of a certain type. (Inherited from System.Windows.Forms.Control)
Public MethodGetContainerControlReturns the next System.Windows.Forms.ContainerControl up the control's chain of parent controls. (Inherited from System.Windows.Forms.Control)
Public MethodGetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodGetNextControlRetrieves the next control forward or back in the tab order of child controls. (Inherited from System.Windows.Forms.Control)
Public MethodGetPreferredSizeRetrieves the size of a rectangular area into which a control can be fitted. (Inherited from System.Windows.Forms.Control)
Public MethodGetShadowBrushGet a Brush for filling in an object's drop-shadow. (Inherited from Northwoods.Go.GoView)
Public MethodGetShadowPenGet a Pen for drawing an object's drop-shadow. (Inherited from Northwoods.Go.GoView)
Public MethodHandleScrollThis is the event handler for both scroll bars. (Inherited from Northwoods.Go.GoView)
Public MethodHideConceals the control from the user. (Inherited from System.Windows.Forms.Control)
Public 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 MethodInitializeLifetimeServiceObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodInvalidateOverloaded. Invalidates the specified region of the control (adds it to the control's update region, which is the area that will be repainted at the next paint operation), and causes a paint message to be sent to the control. (Inherited from System.Windows.Forms.Control)
Public MethodInvokeOverloaded. Executes the specified delegate on the thread that owns the control's underlying window handle. (Inherited from System.Windows.Forms.Control)
Public MethodIsInternalDragDropThis predicate is true when a drag-and-drop started within this view. (Inherited from Northwoods.Go.GoView)
Public 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. Forces the control to apply layout logic to all its child controls. (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 MethodPointToClientComputes the location of the specified screen point into client coordinates. (Inherited from System.Windows.Forms.Control)
Public MethodPointToScreenComputes the location of the specified client point into screen coordinates. (Inherited from System.Windows.Forms.Control)
Public MethodPreProcessControlMessagePreprocesses keyboard or input messages within the message loop before they are dispatched. (Inherited from System.Windows.Forms.Control)
Public MethodPreProcessMessagePreprocesses keyboard or input messages within the message loop before they are dispatched. (Inherited from System.Windows.Forms.Control)
Public MethodPrintPrint this view's document. (Inherited from Northwoods.Go.GoView)
Public MethodPrintDocumentPageThis is called repeatedly by the printing process in order to produce the printed image. (Inherited from Northwoods.Go.GoView)
Public MethodPrintPreviewDisplay a print preview window for this view's document. (Inherited from Northwoods.Go.GoView)
Public MethodRaiseBackgroundContextClickedRaise a GoView.BackgroundContextClicked event for a given canonicalized input event. (Inherited from Northwoods.Go.GoView)
Public MethodRaiseBackgroundDoubleClickedRaise a GoView.BackgroundDoubleClicked event for a given canonicalized input event. (Inherited from Northwoods.Go.GoView)
Public MethodRaiseBackgroundHoverRaise a GoView.BackgroundHover event for a given canonicalized input event. (Inherited from Northwoods.Go.GoView)
Public MethodRaiseBackgroundSelectionDroppedRaise a GoView.BackgroundSelectionDropped event for a given canonicalized input event. (Inherited from Northwoods.Go.GoView)
Public MethodRaiseBackgroundSelectionDropRejectCall GoView.OnBackgroundSelectionDropReject with the given GoInputEventArgs to raise a GoView.BackgroundSelectionDropReject event. (Inherited from Northwoods.Go.GoView)
Public MethodRaiseBackgroundSingleClickedRaise a GoView.BackgroundSingleClicked event for a given canonicalized input event. (Inherited from Northwoods.Go.GoView)
Public 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 MethodRectangleToClientComputes the size and location of the specified screen rectangle in client coordinates. (Inherited from System.Windows.Forms.Control)
Public MethodRectangleToScreenComputes the size and location of the specified client rectangle in screen coordinates. (Inherited from System.Windows.Forms.Control)
Public MethodRedoThis just calls Document.Redo(). (Inherited from Northwoods.Go.GoView)
Public MethodRefreshForces the control to invalidate its client area and immediately redraw itself and any child controls. (Inherited from System.Windows.Forms.Control)
Public MethodReplaceMouseToolReplace one of the "mode-less" tools used by this view. (Inherited from Northwoods.Go.GoView)
Public MethodRequestFocusCall the Control.Focus() method, catching any SecurityException to make sure GoView.OnGotFocus is called anyway. (Inherited from Northwoods.Go.GoView)
Public MethodRescaleToFitChange the GoView.DocScale and GoView.DocPosition properties so that all document objects are visible. (Inherited from Northwoods.Go.GoView)
Public MethodRescaleWithCenterChange the GoView.DocScale, and adjust the GoView.DocPosition so that the docPt remains at the center of the view. (Inherited from Northwoods.Go.GoView)
Public MethodResetTextResets the System.Windows.Forms.Control.Text property to its default value. (Inherited from System.Windows.Forms.Control)
Public MethodResumeLayoutOverloaded. Resumes usual layout logic. (Inherited from System.Windows.Forms.Control)
Public MethodScale (Inherited from System.Windows.Forms.Control)
Public MethodScrollLineProgrammatically scroll the view by a "line" (a small change). (Inherited from Northwoods.Go.GoView)
Public MethodScrollPageProgrammatically scroll the view by a "page" (a large change). (Inherited from Northwoods.Go.GoView)
Public MethodScrollRectangleToVisibleChange this view's DocPosition so that the given rectangle is visible. (Inherited from Northwoods.Go.GoView)
Public MethodSelectOverloaded. Activates the control. (Inherited from System.Windows.Forms.Control)
Public MethodSelectAllAdd all eligible document objects to this view's selection. (Inherited from Northwoods.Go.GoView)
Public MethodSelectInRectangleAdd all eligible document objects that are within a given rectangle to this view's selection. (Inherited from Northwoods.Go.GoView)
Public MethodSelectNextControlActivates the next control. (Inherited from System.Windows.Forms.Control)
Public MethodSelectNextNodeChange the primary selection to be the next object whose label starts with a given letter or digit. (Inherited from Northwoods.Go.GoView)
Public MethodSendToBackSends the control to the back of the z-order. (Inherited from System.Windows.Forms.Control)
Public MethodSetBoundsOverloaded. Sets the bounds of the control to the specified location and size. (Inherited from System.Windows.Forms.Control)
Public MethodSetModifiableThis method sets some properties that determine whether the user can modify the document from this view. (Inherited from Northwoods.Go.GoView)
Public MethodShowDisplays the control to the user. (Inherited from System.Windows.Forms.Control)
Public MethodSnapPointFind the nearest grid point to a given point when GoView.MoveSelection or GoView.CopySelection need to snap object locations to a grid. (Inherited from Northwoods.Go.GoView)
Public MethodStandardizeCursorNameConvert a cursor name to a standardized name. (Inherited from Northwoods.Go.GoView)
Public MethodStartTransactionThis just calls Document.StartTransaction(). (Inherited from Northwoods.Go.GoView)
Public MethodStopAutoScrollStop any ongoing auto-scroll or auto-pan action. (Inherited from Northwoods.Go.GoView)
Public MethodSuspendLayoutTemporarily suspends the layout logic for the control. (Inherited from System.Windows.Forms.Control)
Public MethodToString (Inherited from System.ComponentModel.Component)
Public MethodUndoThis just calls Document.Undo(). (Inherited from Northwoods.Go.GoView)
Public MethodUpdateCauses the control to redraw the invalidated regions within its client area. (Inherited from System.Windows.Forms.Control)
Public MethodUpdateExtentThis method is called when this GoView's Size (or Width or Height) is changed, to allow the view to scroll or rescale itself. (Inherited from Northwoods.Go.GoView)
Public MethodUpdateScrollBarsUpdate the scroll bars for this view, changing the minimum/maximum/value and visibility as appropriate. (Inherited from Northwoods.Go.GoView)
Public MethodUpdateViewCause the whole view, including scroll bars, to be redrawn. (Inherited from Northwoods.Go.GoView)
Top
Protected Methods
 NameDescription
Protected MethodCreateAccessibilityInstanceCreates a new accessibility object for the control. (Inherited from System.Windows.Forms.Control)
Protected MethodCreateControlsInstanceCreates a new instance of the control collection for the control. (Inherited from System.Windows.Forms.Control)
Protected MethodCreateDataObjectThis method is called from GoView.CopyToClipboard to produce a DataObject representing the available data formats and their values for the objects in the clipboard. (Inherited from Northwoods.Go.GoView)
Protected MethodCreateHandleCreates a handle for the control. (Inherited from System.Windows.Forms.Control)
Protected MethodDefWndProcSends the specified message to the default window procedure. (Inherited from System.Windows.Forms.Control)
Protected MethodDestroyHandleDestroys the handle associated with the control. (Inherited from System.Windows.Forms.Control)
Protected MethodDoExternalDragHandle dragging from another Control. (Inherited from Northwoods.Go.GoView)
Protected MethodDoExternalDropHandle drag-drops from another Control. (Inherited from Northwoods.Go.GoView)
Protected MethodDoInternalDragHandle dragging that started from this view. (Inherited from Northwoods.Go.GoView)
Protected MethodDoInternalDropHandle drag-dropping from within this view. (Inherited from Northwoods.Go.GoView)
Protected MethodFinalize (Inherited from System.ComponentModel.Component)
Protected MethodGetAccessibilityObjectByIdRetrieves the specified System.Windows.Forms.AccessibleObject. (Inherited from System.Windows.Forms.Control)
Protected MethodGetAutoSizeModeRetrieves a value indicating how a control will behave when its System.Windows.Forms.Control.AutoSize property is enabled. (Inherited from System.Windows.Forms.Control)
Protected MethodGetExternalDragImageReturn an image to be displayed during a drag coming from another window. (Inherited from Northwoods.Go.GoView)
Protected MethodGetScaledBoundsRetrieves the bounds within which the control is scaled. (Inherited from System.Windows.Forms.Control)
Protected MethodGetService (Inherited from System.ComponentModel.Component)
Protected MethodGetStyleRetrieves the value of the specified control style bit for the control. (Inherited from System.Windows.Forms.Control)
Protected MethodGetTopLevelDetermines if the control is a top-level control. (Inherited from System.Windows.Forms.Control)
Protected MethodInitLayoutCalled after the control has been added to another container. (Inherited from System.Windows.Forms.Control)
Protected MethodInvokeGotFocusRaises the System.Windows.Forms.Control.GotFocus event for the specified control. (Inherited from System.Windows.Forms.Control)
Protected MethodInvokeLostFocusRaises the System.Windows.Forms.Control.LostFocus event for the specified control. (Inherited from System.Windows.Forms.Control)
Protected MethodInvokeOnClickRaises the System.Windows.Forms.Control.Click event for the specified control. (Inherited from System.Windows.Forms.Control)
Protected MethodInvokePaintRaises the System.Windows.Forms.Control.Paint event for the specified control. (Inherited from System.Windows.Forms.Control)
Protected MethodInvokePaintBackgroundRaises the PaintBackground event for the specified control. (Inherited from System.Windows.Forms.Control)
Protected MethodIsInputCharDetermines if a character is an input character that the control recognizes. (Inherited from System.Windows.Forms.Control)
Protected MethodIsInputKeyLet this view handle the arrow keys. (Inherited from Northwoods.Go.GoView)
Protected MethodMemberwiseCloneOverloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject)
Protected MethodNotifyInvalidateRaises the System.Windows.Forms.Control.Invalidated event with a specified region of the control to invalidate. (Inherited from System.Windows.Forms.Control)
Protected MethodOnAutoSizeChangedRaises the System.Windows.Forms.Control.AutoSizeChanged event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnBackColorChangedRedraw the whole view if the background color has changed. (Inherited from Northwoods.Go.GoView)
Protected MethodOnBackgroundContextClickedInvoke all GoView.BackgroundContextClicked event handlers. (Inherited from Northwoods.Go.GoView)
Protected MethodOnBackgroundDoubleClickedInvoke all GoView.BackgroundDoubleClicked event handlers. (Inherited from Northwoods.Go.GoView)
Protected MethodOnBackgroundHoverInvoke all GoView.BackgroundHover event handlers. (Inherited from Northwoods.Go.GoView)
Protected MethodOnBackgroundImageChangedRedraw the whole view if the background image has changed. (Inherited from Northwoods.Go.GoView)
Protected MethodOnBackgroundImageLayoutChangedRaises the System.Windows.Forms.Control.BackgroundImageLayoutChanged event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnBackgroundSelectionDroppedInvoke all GoView.BackgroundSelectionDropped event handlers. (Inherited from Northwoods.Go.GoView)
Protected MethodOnBackgroundSelectionDropRejectInvoke all GoView.BackgroundSelectionDropReject event handlers. (Inherited from Northwoods.Go.GoView)
Protected MethodOnBackgroundSingleClickedInvoke all GoView.BackgroundSingleClicked event handlers. (Inherited from Northwoods.Go.GoView)
Protected MethodOnBindingContextChangedRaises the System.Windows.Forms.Control.BindingContextChanged event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnCausesValidationChangedRaises the System.Windows.Forms.Control.CausesValidationChanged event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnChangeUICuesRaises the System.Windows.Forms.Control.ChangeUICues event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnClickRaises the System.Windows.Forms.Control.Click event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnClientSizeChangedRaises the System.Windows.Forms.Control.ClientSizeChanged event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnClipboardCopiedInvoke all GoView.ClipboardCopied event handlers. (Inherited from Northwoods.Go.GoView)
Protected MethodOnClipboardPastedInvoke all GoView.ClipboardPasted event handlers. (Inherited from Northwoods.Go.GoView)
Protected MethodOnContextMenuChangedRaises the System.Windows.Forms.Control.ContextMenuChanged event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnContextMenuStripChangedRaises the System.Windows.Forms.Control.ContextMenuStripChanged event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnControlAddedRaises the System.Windows.Forms.Control.ControlAdded event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnControlRemovedRaises the System.Windows.Forms.Control.ControlRemoved event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnCreateControlThis lays out the scroll bars, too, if needed. (Inherited from Northwoods.Go.GoView)
Protected MethodOnCursorChangedRaises the System.Windows.Forms.Control.CursorChanged event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnDockChangedRaises the System.Windows.Forms.Control.DockChanged event. (Inherited from System.Windows.Forms.Control)
Protected 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 MethodOnEnabledChangedRaises the System.Windows.Forms.Control.EnabledChanged event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnEnterRaises the System.Windows.Forms.Control.Enter event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnExternalObjectsDroppedInvoke all GoView.ExternalObjectsDropped event handlers. (Inherited from Northwoods.Go.GoView)
Protected MethodOnFontChangedRaises the System.Windows.Forms.Control.FontChanged event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnForeColorChangedRaises the System.Windows.Forms.Control.ForeColorChanged event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnGiveFeedbackRaises the System.Windows.Forms.Control.GiveFeedback event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnGotFocusWhen a view gets focus, make sure the selection appearance can be updated, if needed. (Inherited from Northwoods.Go.GoView)
Protected MethodOnHandleCreatedRaises the System.Windows.Forms.Control.HandleCreated event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnHandleDestroyedRaises the System.Windows.Forms.Control.HandleDestroyed event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnHelpRequestedRaises the System.Windows.Forms.Control.HelpRequested event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnImeModeChangedRaises the System.Windows.Forms.Control.ImeModeChanged event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnInvalidatedRaises the System.Windows.Forms.Control.Invalidated event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnKeyDownThis method is the view's key event handler. (Inherited from Northwoods.Go.GoView)
Protected MethodOnKeyPressRaises the System.Windows.Forms.Control.KeyPress event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnKeyUpRaises the System.Windows.Forms.Control.KeyUp event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnLayoutRaises the System.Windows.Forms.Control.Layout event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnLeaveRaises the System.Windows.Forms.Control.Leave event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnLinkCreatedInvoke all GoView.LinkCreated event handlers. (Inherited from Northwoods.Go.GoView)
Protected MethodOnLinkRelinkedInvoke all GoView.LinkRelinked event handlers. (Inherited from Northwoods.Go.GoView)
Protected MethodOnLocationChangedRaises the System.Windows.Forms.Control.LocationChanged event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnLostFocusWhen a view loses focus, make sure the selection appearance can be updated, if needed. (Inherited from Northwoods.Go.GoView)
Protected MethodOnMarginChangedRaises the System.Windows.Forms.Control.MarginChanged event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnMouseCaptureChangedRaises the System.Windows.Forms.Control.MouseCaptureChanged event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnMouseClickRaises the System.Windows.Forms.Control.MouseClick event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnMouseDoubleClickRaises the System.Windows.Forms.Control.MouseDoubleClick event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnMouseDownThis method is the view's mouse down event handler. (Inherited from Northwoods.Go.GoView)
Protected MethodOnMouseEnterCall GoView.DoObjectEnterLeave if the mouse enters this view on a document object. (Inherited from Northwoods.Go.GoView)
Protected MethodOnMouseHoverRaises the System.Windows.Forms.Control.MouseHover event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnMouseLeaveTurn off any mouse-related timers. (Inherited from Northwoods.Go.GoView)
Protected MethodOnMouseMoveThis method is the view's mouse move event handler. (Inherited from Northwoods.Go.GoView)
Protected MethodOnMouseUpThis method is the view's mouse up event handler. (Inherited from Northwoods.Go.GoView)
Protected MethodOnMouseWheelThis is the mouse wheel event handler, that handles scrolling and zooming. (Inherited from Northwoods.Go.GoView)
Protected MethodOnMoveRaises the System.Windows.Forms.Control.Move event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnNotifyMessageNotifies the control of Windows messages. (Inherited from System.Windows.Forms.Control)
Protected MethodOnObjectContextClickedInvoke all GoView.ObjectContextClicked event handlers. (Inherited from Northwoods.Go.GoView)
Protected MethodOnObjectDoubleClickedInvoke all GoView.ObjectDoubleClicked event handlers. (Inherited from Northwoods.Go.GoView)
Protected MethodOnObjectEditedInvoke all GoView.ObjectEdited event handlers. (Inherited from Northwoods.Go.GoView)
Protected MethodOnObjectEnterLeaveInvoke all GoView.ObjectEnterLeave event handlers. (Inherited from Northwoods.Go.GoView)
Protected MethodOnObjectGotSelectionInvoke all GoView.ObjectGotSelection event handlers. (Inherited from Northwoods.Go.GoView)
Protected MethodOnObjectHoverInvoke all GoView.ObjectHover event handlers. (Inherited from Northwoods.Go.GoView)
Protected MethodOnObjectLostSelectionInvoke all GoView.ObjectLostSelection event handlers. (Inherited from Northwoods.Go.GoView)
Protected MethodOnObjectResizedInvoke all GoView.ObjectResized event handlers. (Inherited from Northwoods.Go.GoView)
Protected MethodOnObjectSelectionDroppedInvoke all GoView.ObjectSelectionDropped event handlers. (Inherited from Northwoods.Go.GoView)
Protected MethodOnObjectSelectionDropRejectInvoke all GoView.ObjectSelectionDropReject event handlers. (Inherited from Northwoods.Go.GoView)
Protected MethodOnObjectSingleClickedInvoke all GoView.ObjectSingleClicked event handlers. (Inherited from Northwoods.Go.GoView)
Protected MethodOnPaddingChangedRaises the System.Windows.Forms.Control.PaddingChanged event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnPaintCalled by the system when needing to fix up invalidated parts of this view. (Inherited from Northwoods.Go.GoView)
Protected MethodOnPaintBackgroundPaints the background of the control. (Inherited from System.Windows.Forms.Control)
Protected MethodOnParentBackColorChangedRaises the System.Windows.Forms.Control.BackColorChanged event when the System.Windows.Forms.Control.BackColor property value of the control's container changes. (Inherited from System.Windows.Forms.Control)
Protected MethodOnParentBackgroundImageChangedRaises the System.Windows.Forms.Control.BackgroundImageChanged event when the System.Windows.Forms.Control.BackgroundImage property value of the control's container changes. (Inherited from System.Windows.Forms.Control)
Protected MethodOnParentBindingContextChangedRaises the System.Windows.Forms.Control.BindingContextChanged event when the System.Windows.Forms.Control.BindingContext property value of the control's container changes. (Inherited from System.Windows.Forms.Control)
Protected MethodOnParentChangedRaises the System.Windows.Forms.Control.ParentChanged event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnParentCursorChangedRaises the System.Windows.Forms.Control.CursorChanged event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnParentEnabledChangedRaises the System.Windows.Forms.Control.EnabledChanged event when the System.Windows.Forms.Control.Enabled property value of the control's container changes. (Inherited from System.Windows.Forms.Control)
Protected MethodOnParentFontChangedRaises the System.Windows.Forms.Control.FontChanged event when the System.Windows.Forms.Control.Font property value of the control's container changes. (Inherited from System.Windows.Forms.Control)
Protected MethodOnParentForeColorChangedRaises the System.Windows.Forms.Control.ForeColorChanged event when the System.Windows.Forms.Control.ForeColor property value of the control's container changes. (Inherited from System.Windows.Forms.Control)
Protected MethodOnParentRightToLeftChangedRaises the System.Windows.Forms.Control.RightToLeftChanged event when the System.Windows.Forms.Control.RightToLeft property value of the control's container changes. (Inherited from System.Windows.Forms.Control)
Protected MethodOnParentVisibleChangedRaises the System.Windows.Forms.Control.VisibleChanged event when the System.Windows.Forms.Control.Visible property value of the control's container changes. (Inherited from System.Windows.Forms.Control)
Protected MethodOnPreviewKeyDownRaises the System.Windows.Forms.Control.PreviewKeyDown event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnPrintRaises the System.Windows.Forms.Control.Paint event. (Inherited from System.Windows.Forms.Control)
Protected 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 MethodOnRegionChangedRaises the System.Windows.Forms.Control.RegionChanged event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnResizeRaises the System.Windows.Forms.Control.Resize event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnRightToLeftChangedRaises the System.Windows.Forms.Control.RightToLeftChanged event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnSelectionCopiedInvoke all GoView.SelectionCopied event handlers. (Inherited from Northwoods.Go.GoView)
Protected MethodOnSelectionDeletedInvoke all GoView.SelectionDeleted event handlers. (Inherited from Northwoods.Go.GoView)
Protected MethodOnSelectionDeletingInvoke all GoView.SelectionDeleting event handlers. (Inherited from Northwoods.Go.GoView)
Protected MethodOnSelectionFinishedInvoke all GoView.SelectionFinished event handlers. (Inherited from Northwoods.Go.GoView)
Protected MethodOnSelectionMovedInvoke all GoView.SelectionMoved event handlers. (Inherited from Northwoods.Go.GoView)
Protected MethodOnSelectionStartingInvoke all GoView.SelectionStarting event handlers. (Inherited from Northwoods.Go.GoView)
Protected 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 MethodOnTabIndexChangedRaises the System.Windows.Forms.Control.TabIndexChanged event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnTabStopChangedRaises the System.Windows.Forms.Control.TabStopChanged event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnTextChangedRaises the System.Windows.Forms.Control.TextChanged event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnValidatedRaises the System.Windows.Forms.Control.Validated event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnValidatingRaises the System.Windows.Forms.Control.Validating event. (Inherited from System.Windows.Forms.Control)
Protected MethodOnVisibleChangedIn case the size changed while it was not visible, make sure we update the scroll bars. (Inherited from Northwoods.Go.GoView)
Protected MethodPaintBackgroundDecorationDraw any decoration that should appear behind all of the objects. (Inherited from Northwoods.Go.GoView)
Protected MethodPaintObjectsPaint all the document and/or view objects. (Inherited from Northwoods.Go.GoView)
Protected MethodPaintPaperColorFill in the document paper color or view background color. (Inherited from Northwoods.Go.GoView)
Protected MethodPaintViewPaint all of the objects of this view or its document that are visible in the given rectangle. (Inherited from Northwoods.Go.GoView)
Protected MethodPrintDecorationDraw any printed decorations on the paper that would not normally be part of a window view. (Inherited from Northwoods.Go.GoView)
Protected MethodPrintPreviewShowDialogDisplay the print preview window. (Inherited from Northwoods.Go.GoView)
Protected MethodPrintShowDialogDisplay a printing choices dialog. (Inherited from Northwoods.Go.GoView)
Protected MethodPrintViewRender for printing everything you want to display from the view. (Inherited from Northwoods.Go.GoView)
Protected MethodProcessCmdKeyWhen this view has an GoView.EditControl that is showing a Control that has focus, return false to permit that Control to process all keys. (Inherited from Northwoods.Go.GoView)
Protected MethodProcessDialogCharProcesses a dialog character. (Inherited from System.Windows.Forms.Control)
Protected MethodProcessDialogKeyProcesses a dialog key. (Inherited from System.Windows.Forms.Control)
Protected MethodProcessKeyEventArgsProcesses a key message and generates the appropriate control events. (Inherited from System.Windows.Forms.Control)
Protected MethodProcessKeyPreviewPreviews a keyboard message. (Inherited from System.Windows.Forms.Control)
Protected MethodRaiseDragEventRaises the appropriate drag event. (Inherited from System.Windows.Forms.Control)
Protected MethodRaiseKeyEventRaises the appropriate key event. (Inherited from System.Windows.Forms.Control)
Protected MethodRaiseMouseEventRaises the appropriate mouse event. (Inherited from System.Windows.Forms.Control)
Protected MethodRaisePaintEventRaises the appropriate paint event. (Inherited from System.Windows.Forms.Control)
Protected MethodRecreateHandleForces the re-creation of the handle for the control. (Inherited from System.Windows.Forms.Control)
Protected MethodResetMouseEventArgsResets the control to handle the System.Windows.Forms.Control.MouseLeave event. (Inherited from System.Windows.Forms.Control)
Protected MethodRtlTranslateAlignmentOverloaded. Converts the specified System.Windows.Forms.HorizontalAlignment to the appropriate System.Windows.Forms.HorizontalAlignment to support right-to-left text. (Inherited from System.Windows.Forms.Control)
Protected MethodRtlTranslateHorizontalConverts the specified System.Windows.Forms.HorizontalAlignment to the appropriate System.Windows.Forms.HorizontalAlignment to support right-to-left text. (Inherited from System.Windows.Forms.Control)
Protected MethodRtlTranslateLeftRightConverts the specified System.Windows.Forms.LeftRightAlignment to the appropriate System.Windows.Forms.LeftRightAlignment to support right-to-left text. (Inherited from System.Windows.Forms.Control)
Protected MethodScaleControl (Inherited from System.Windows.Forms.Control)
Protected MethodSetAutoSizeModeSets a value indicating how a control will behave when its System.Windows.Forms.Control.AutoSize property is enabled. (Inherited from System.Windows.Forms.Control)
Protected MethodSetBoundsCorePerforms the work of setting the specified bounds of this control. (Inherited from System.Windows.Forms.Control)
Protected MethodSetClientSizeCoreSets the size of the client area of the control. (Inherited from System.Windows.Forms.Control)
Protected MethodSetStyleSets a specified System.Windows.Forms.ControlStyles flag to either true or false. (Inherited from System.Windows.Forms.Control)
Protected MethodSetTopLevelSets the control as the top-level control. (Inherited from System.Windows.Forms.Control)
Protected MethodSetVisibleCoreSets the control to the specified visible state. (Inherited from System.Windows.Forms.Control)
Protected MethodSizeFromClientSize (Inherited from System.Windows.Forms.Control)
Protected MethodUpdateStylesForces the assigned styles to be reapplied to the control. (Inherited from System.Windows.Forms.Control)
Protected MethodUpdateZOrderUpdates the control in its parent's z-order. (Inherited from System.Windows.Forms.Control)
Protected MethodWndProcProcesses Windows messages. (Inherited from System.Windows.Forms.Control)
Top
Public Events
 NameDescription
Public EventBackColorChangedOccurs when the value of the System.Windows.Forms.Control.BackColor property changes. (Inherited from System.Windows.Forms.Control)
Public EventBackgroundContextClickedThe user performed a context click in the background, not over any document object. (Inherited from Northwoods.Go.GoView)
Public EventBackgroundDoubleClickedThe user performed a double click on the background, not over any document object. (Inherited from Northwoods.Go.GoView)
Public EventBackgroundHoverThe user hovered over the background, not over any document object. (Inherited from Northwoods.Go.GoView)
Public EventBackgroundImageChangedOccurs when the value of the System.Windows.Forms.Control.BackgroundImage property changes. (Inherited from System.Windows.Forms.Control)
Public EventBackgroundImageLayoutChangedOccurs when the System.Windows.Forms.Control.BackgroundImageLayout property changes. (Inherited from System.Windows.Forms.Control)
Public EventBackgroundSelectionDroppedThe user dropped the view's selection onto the background of the view, not onto any document object. (Inherited from Northwoods.Go.GoView)
Public EventBackgroundSelectionDropRejectThe event that is raised during a drag's mouse move over the background; setting the GoInputEventArgs.InputState property to GoInputState.GoInputState.Cancel will reject a drop of the selection at this input event point. (Inherited from Northwoods.Go.GoView)
Public EventBackgroundSingleClickedThe user performed a single click on the background, not over any document object. (Inherited from Northwoods.Go.GoView)
Public EventBindingContextChangedOccurs when the value of the System.Windows.Forms.BindingContext property changes. (Inherited from System.Windows.Forms.Control)
Public EventCausesValidationChangedOccurs when the value of the System.Windows.Forms.Control.CausesValidation property changes. (Inherited from System.Windows.Forms.Control)
Public EventChangeUICuesOccurs when the focus or keyboard user interface (UI) cues change. (Inherited from System.Windows.Forms.Control)
Public EventClickOccurs when the control is clicked. (Inherited from System.Windows.Forms.Control)
Public EventClientSizeChangedOccurs when the value of the System.Windows.Forms.Control.ClientSize property changes. (Inherited from System.Windows.Forms.Control)
Public EventClipboardCopiedThe event that is raised after the user has copied something into the clipboard from this document. (Inherited from Northwoods.Go.GoView)
Public EventClipboardPastedThe event that is raised after the user has pasted a copy of the clipboard into this document. (Inherited from Northwoods.Go.GoView)
Public EventContextMenuStripChangedOccurs when the value of the System.Windows.Forms.Control.ContextMenuStrip property changes. (Inherited from System.Windows.Forms.Control)
Public EventControlAddedOccurs when a new control is added to the System.Windows.Forms.Control.ControlCollection. (Inherited from System.Windows.Forms.Control)
Public EventControlRemovedOccurs when a control is removed from the System.Windows.Forms.Control.ControlCollection. (Inherited from System.Windows.Forms.Control)
Public EventCursorChangedOccurs when the value of the System.Windows.Forms.Control.Cursor property changes. (Inherited from System.Windows.Forms.Control)
Public EventDockChangedOccurs when the value of the System.Windows.Forms.Control.Dock property changes. (Inherited from System.Windows.Forms.Control)
Public EventDocumentChangedAll GoDocument.Changed events get re-raised through this event, for the convenience of writing event handlers on the document's view. (Inherited from Northwoods.Go.GoView)
Public EventDoubleClickOccurs when the control is double-clicked. (Inherited from System.Windows.Forms.Control)
Public EventDragDropOccurs when a drag-and-drop operation is completed. (Inherited from System.Windows.Forms.Control)
Public EventDragEnterOccurs when an object is dragged into the control's bounds. (Inherited from System.Windows.Forms.Control)
Public EventDragLeaveOccurs when an object is dragged out of the control's bounds. (Inherited from System.Windows.Forms.Control)
Public EventDragOverOccurs when an object is dragged over the control's bounds. (Inherited from System.Windows.Forms.Control)
Public EventEnabledChangedOccurs when the System.Windows.Forms.Control.Enabled property value has changed. (Inherited from System.Windows.Forms.Control)
Public EventEnterOccurs when the control is entered. (Inherited from System.Windows.Forms.Control)
Public EventExternalObjectsDroppedThe event that is raised after the user has dropped a copy of some objects into this document. (Inherited from Northwoods.Go.GoView)
Public EventFontChangedOccurs when the System.Windows.Forms.Control.Font property value changes. (Inherited from System.Windows.Forms.Control)
Public EventForeColorChangedOccurs when the System.Windows.Forms.Control.ForeColor property value changes. (Inherited from System.Windows.Forms.Control)
Public EventGiveFeedbackOccurs during a drag operation. (Inherited from System.Windows.Forms.Control)
Public EventHelpRequestedOccurs when the user requests help for a control. (Inherited from System.Windows.Forms.Control)
Public EventImeModeChangedOccurs when the System.Windows.Forms.Control.ImeMode property has changed. (Inherited from System.Windows.Forms.Control)
Public EventKeyDownOccurs when a key is pressed while the control has focus. (Inherited from System.Windows.Forms.Control)
Public EventKeyPressOccurs when a character. space or backspace key is pressed while the control has focus. (Inherited from System.Windows.Forms.Control)
Public EventKeyUpOccurs when a key is released while the control has focus. (Inherited from System.Windows.Forms.Control)
Public EventLayoutOccurs when a control should reposition its child controls. (Inherited from System.Windows.Forms.Control)
Public EventLeaveOccurs when the input focus leaves the control. (Inherited from System.Windows.Forms.Control)
Public EventLinkCreatedThe event that is raised after the user draws a new link. (Inherited from Northwoods.Go.GoView)
Public EventLinkRelinkedThe event that is raised after the user reconnects an existing link. (Inherited from Northwoods.Go.GoView)
Public EventLocationChangedOccurs when the System.Windows.Forms.Control.Location property value has changed. (Inherited from System.Windows.Forms.Control)
Public EventMarginChangedOccurs when the control's margin changes. (Inherited from System.Windows.Forms.Control)
Public EventMouseCaptureChangedOccurs when the control loses mouse capture. (Inherited from System.Windows.Forms.Control)
Public EventMouseClickOccurs when the control is clicked by the mouse. (Inherited from System.Windows.Forms.Control)
Public EventMouseDoubleClickOccurs when the control is double clicked by the mouse. (Inherited from System.Windows.Forms.Control)
Public EventMouseDownOccurs when the mouse pointer is over the control and a mouse button is pressed. (Inherited from System.Windows.Forms.Control)
Public EventMouseEnterOccurs when the mouse pointer enters the control. (Inherited from System.Windows.Forms.Control)
Public EventMouseHoverOccurs when the mouse pointer rests on the control. (Inherited from System.Windows.Forms.Control)
Public EventMouseLeaveOccurs when the mouse pointer leaves the control. (Inherited from System.Windows.Forms.Control)
Public EventMouseMoveOccurs when the mouse pointer is moved over the control. (Inherited from System.Windows.Forms.Control)
Public EventMouseUpOccurs when the mouse pointer is over the control and a mouse button is released. (Inherited from System.Windows.Forms.Control)
Public EventMoveOccurs when the control is moved. (Inherited from System.Windows.Forms.Control)
Public EventObjectContextClickedA document object was context clicked by the user. (Inherited from Northwoods.Go.GoView)
Public EventObjectDoubleClickedA document object was double clicked by the user. (Inherited from Northwoods.Go.GoView)
Public EventObjectEditedThe event that is raised after the user finishes editing an object. (Inherited from Northwoods.Go.GoView)
Public EventObjectEnterLeaveThe mouse entered and/or left a document object, when no particular tool is running (a mouse-over) or when dragging. (Inherited from Northwoods.Go.GoView)
Public EventObjectGotSelectionThe event that is raised when an object gets added to this view's selection. (Inherited from Northwoods.Go.GoView)
Public EventObjectHoverA document object was hovered over by the user. (Inherited from Northwoods.Go.GoView)
Public EventObjectLostSelectionThe event that is raised when an object is removed from this view's selection. (Inherited from Northwoods.Go.GoView)
Public EventObjectResizedThe event that is raised after the user finishes resizing an object. (Inherited from Northwoods.Go.GoView)
Public EventObjectSelectionDroppedThe user dropped the view's Selection onto a document object. (Inherited from Northwoods.Go.GoView)
Public EventObjectSelectionDropRejectThe event that is raised during a drag's mouse over a document object; setting the GoInputEventArgs.InputState property to GoInputState.GoInputState.Cancel will reject a drop of the selection at this input event point. (Inherited from Northwoods.Go.GoView)
Public EventObjectSingleClickedA document object was single clicked by the user. (Inherited from Northwoods.Go.GoView)
Public EventPaddingChangedOccurs when the control's padding changes. (Inherited from System.Windows.Forms.Control)
Public EventPaintOccurs when the control is redrawn. (Inherited from System.Windows.Forms.Control)
Public EventParentChangedOccurs when the System.Windows.Forms.Control.Parent property value changes. (Inherited from System.Windows.Forms.Control)
Public EventPreviewKeyDownOccurs before the System.Windows.Forms.Control.KeyDown event when a key is pressed while focus is on this control. (Inherited from System.Windows.Forms.Control)
Public EventPropertyChangedRather than having separate events whenever any view property changed, all such notifications occur through this single event. (Inherited from Northwoods.Go.GoView)
Public EventQueryAccessibilityHelpOccurs when System.Windows.Forms.AccessibleObject is providing help to accessibility applications. (Inherited from System.Windows.Forms.Control)
Public EventQueryContinueDragOccurs during a drag-and-drop operation and enables the drag source to determine whether the drag-and-drop operation should be canceled. (Inherited from System.Windows.Forms.Control)
Public EventRegionChangedOccurs when the value of the System.Windows.Forms.Control.Region property changes. (Inherited from System.Windows.Forms.Control)
Public EventResizeOccurs when the control is resized. (Inherited from System.Windows.Forms.Control)
Public EventRightToLeftChangedOccurs when the System.Windows.Forms.Control.RightToLeft property value changes. (Inherited from System.Windows.Forms.Control)
Public EventSelectionCopiedThe event that is raised after the user has copied the selection. (Inherited from Northwoods.Go.GoView)
Public EventSelectionDeletedThe event that is raised after the user has deleted the selected objects. (Inherited from Northwoods.Go.GoView)
Public EventSelectionDeletingThe cancellable event that is raised just before the user has deleted the selected objects. (Inherited from Northwoods.Go.GoView)
Public EventSelectionFinishedThe event that is raised after a number of objects are selected or de-selected. (Inherited from Northwoods.Go.GoView)
Public EventSelectionMovedThe event that is raised after the user has finished moving the selection. (Inherited from Northwoods.Go.GoView)
Public EventSelectionStartingThe event that is raised before a number of objects are selected or de-selected. (Inherited from Northwoods.Go.GoView)
Public EventSizeChangedOccurs when the System.Windows.Forms.Control.Size property value changes. (Inherited from System.Windows.Forms.Control)
Public EventStyleChangedOccurs when the control style changes. (Inherited from System.Windows.Forms.Control)
Public EventSystemColorsChangedOccurs when the system colors change. (Inherited from System.Windows.Forms.Control)
Public EventTabIndexChangedOccurs when the System.Windows.Forms.Control.TabIndex property value changes. (Inherited from System.Windows.Forms.Control)
Public EventTabStopChangedOccurs when the System.Windows.Forms.Control.TabStop property value changes. (Inherited from System.Windows.Forms.Control)
Public EventTextChangedOccurs when the System.Windows.Forms.Control.Text property value changes. (Inherited from System.Windows.Forms.Control)
Public EventValidatedOccurs when the control is finished validating. (Inherited from System.Windows.Forms.Control)
Public EventValidatingOccurs when the control is validating. (Inherited from System.Windows.Forms.Control)
Public EventVisibleChangedOccurs when the System.Windows.Forms.Control.Visible property value changes. (Inherited from System.Windows.Forms.Control)
Top
See Also

Reference

GoPalette Class
Northwoods.Go Namespace

 

 


© 2015. Northwoods Software Corporation. All Rights Reserved.

Send Feedback