Northwoods.Go Assembly > Northwoods.Go Namespace : GoView Class |
For a list of all members of this type, see GoView members.
Name | Description | |
---|---|---|
AbortTransaction | This just calls Document.AbortTransaction() . | |
BeginInvoke | Overloaded. Executes the specified delegate asynchronously on the thread that the control's underlying handle was created on. (Inherited from System.Windows.Forms.Control) | |
BeginUpdate | Disable painting of this view. | |
BringToFront | Brings the control to the front of the z-order. (Inherited from System.Windows.Forms.Control) | |
CanCopyObjects | Called to see if the user can copy objects in this view for this document. | |
CanDeleteObjects | Called to see if the user can delete objects in this view for this document. | |
CanEditCopy | This predicate is true when the user can perform the EditCopy action. | |
CanEditCut | This predicate is true when the user can perform the EditCut action. | |
CanEditDelete | This predicate is true when the user can perform the EditDelete action. | |
CanEditEdit | This predicate is true when the user can perform the EditEdit action. | |
CanEditObjects | Called to see if the user can edit objects in this view for this document. | |
CanEditPaste | This predicate is true when the user can perform the EditPaste action. | |
CanInsertObjects | Called to see if the user can insert objects into this view for this document. | |
CanLinkObjects | Called to see if the user can link objects together in this view for this document. | |
CanMoveObjects | Called to see if the user can move objects in this view for this document. | |
CanRedo | This just calls Document.CanRedo() . | |
CanReshapeObjects | Called to see if the user can reshape objects in this view for this document. | |
CanResizeObjects | Called to see if the user can resize objects in this view for this document. | |
CanScroll | Determine if there is room for the view to be scrolled in a given direction. | |
CanSelectObjects | Called to see if the user can select objects in this view for this document. | |
CanUndo | This just calls Document.CanUndo() . | |
ComputeAutoPanDocPosition | This 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. | |
ComputeAutoScrollDocPosition | This 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. | |
ComputeDocumentBounds | Determine the actual extent of all of the objects in the document as seen by this view. | |
Contains | Retrieves a value indicating whether the specified control is a child of the control. (Inherited from System.Windows.Forms.Control) | |
ConvertDocToView | Overloaded. Given a point in this document, calculate the corresponding point in this view. | |
ConvertViewToDoc | Overloaded. Given a point in this view, calculate the corresponding point in the view's document. | |
CopySelection | Make copies of the objects in a collection and add them to this view's document at the given offset. | |
CopyToClipboard | Put a copy of a collection of objects in the clipboard. | |
CreateControl | Forces the creation of the visible control, including the creation of the handle and any visible child controls. (Inherited from System.Windows.Forms.Control) | |
CreateDefaultTool | Create an instance of the default DefaultTool for this view. | |
CreateDocument | This method is called by the constructor to create a document for this view. | |
CreateGraphics | Creates the System.Drawing.Graphics for the control. (Inherited from System.Windows.Forms.Control) | |
CreateGrid | This method is called by the constructor to create a grid object for this view. | |
CreateLink | The GoToolLinking class calls this method to create a new link between ports. | |
CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject) | |
CreateSelection | This method is called by the constructor to create a selection collection for this view. | |
CreateSheet | This method is called by the constructor to create a page object for this view. | |
DeleteSelection | Delete a collection of objects. | |
DetectHover | Start or restart a timer to see if the mouse has moved; if at the end of the timer the mouse has not moved, DoMouseHover is called. | |
Dispose | Overloaded. Overridden. Free up any Windows resources that this view caches. | |
DoAutoPan | Start or continue scrolling the view according to the relative position of the viewPnt compared to the originPnt. | |
DoAutoScroll | Start or continue automatically scrolling the view during a mouse drag. | |
DoBackgroundMouseOver | This method is called by DoMouseOver when no call to OnMouseOver has returned true. | |
DoCancelMouse | Handle a canonicalized cancel input event. | |
DoContextClick | Perform the behavior that normally occurs upon a context click. | |
DoDoubleClick | Perform the behavior that normally occurs upon a double click. | |
DoDragDrop | Begins a drag-and-drop operation. (Inherited from System.Windows.Forms.Control) | |
DoEndEdit | Stop the user's editing an object using the EditControl. | |
DoHover | Perform the behavior that normally occurs upon a mouse hover. | |
DoKeyDown | Handle a canonicalized keyboard input event. | |
DoMouseDown | Handle a canonicalized mouse down input event. | |
DoMouseHover | Handle a canonicalized mouse hover input event. | |
DoMouseMove | Handle a canonicalized mouse move input event. | |
DoMouseOver | Perform the immediate behavior normally associated with the mouse moving without a mouse button being pressed. | |
DoMouseUp | Handle a canonicalized mouse up input event. | |
DoMouseWheel | Handle a canonicalized mouse wheel input event. | |
DoObjectEnterLeave | Perform the behavior that normally occurs when there is a change in the document object that the mouse is over. | |
DoSelectionDropped | Perform the behavior that normally occurs when the Selection has been dropped in this view. | |
DoSelectionDropReject | Invoke BackgroundSelectionDropReject or ObjectSelectionDropReject event handlers and GoObject.GoObject.OnSelectionDropReject methods to see if any want to prevent a drop. | |
DoSingleClick | Perform the behavior that normally occurs upon a single click. | |
DoToolTipObject | This method is responsible for finding a tooltip string for an object and then displaying it in a ToolTip. | |
DoWheel | Perform the standard mouse wheel behavior for views. | |
DrawToBitmap | Supports rendering to the specified bitmap. (Inherited from System.Windows.Forms.Control) | |
DrawXorBox | This convenience method erases any previous XOR-drawn rectangle and then may draw a new one with the given dimensions. | |
DrawXorLine | Draw a line on the screen in XOR mode. | |
DrawXorRectangle | Draw a rectangle on the screen in XOR mode. | |
EditCopy | Copy the Selection to the clipboard. | |
EditCut | Copy the current Selection to the clipboard and then delete it. | |
EditDelete | Remove all selected objects from this view's document. | |
EditEdit | Have the user edit the primary selection. | |
EditObject | Begin having the user edit an object. | |
EditPaste | Paste and select a copy of the clipboard's GoObjects into this view's document. | |
EndInvoke | Retrieves the return value of the asynchronous operation represented by the System.IAsyncResult passed. (Inherited from System.Windows.Forms.Control) | |
EndUpdate | Re-enable painting of this view. | |
FindForm | Retrieves the form that the control is on. (Inherited from System.Windows.Forms.Control) | |
FindMouseTool | Overloaded. Find one of the tools used by this view that is an instance of a given tool type. | |
FindNearestGridPoint | Find the nearest Grid point to a given point. | |
FinishTransaction | This just calls Document.FinishTransaction(tname) . | |
Focus | Sets input focus to the control. (Inherited from System.Windows.Forms.Control) | |
GetBitmap | Produce a rendering of this view. | |
GetBitmapFromCollection | Overloaded. Return a Bitmap displaying all of the visible objects in the given collection. | |
GetChildAtPoint | Overloaded. 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) | |
GetContainerControl | Returns the next System.Windows.Forms.ContainerControl up the control's chain of parent controls. (Inherited from System.Windows.Forms.Control) | |
GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) | |
GetNextControl | Retrieves the next control forward or back in the tab order of child controls. (Inherited from System.Windows.Forms.Control) | |
GetPreferredSize | Retrieves the size of a rectangular area into which a control can be fitted. (Inherited from System.Windows.Forms.Control) | |
GetShadowBrush | Get a Brush for filling in an object's drop-shadow. | |
GetShadowPen | Get a Pen for drawing an object's drop-shadow. | |
HandleScroll | This is the event handler for both scroll bars. | |
Hide | Conceals the control from the user. (Inherited from System.Windows.Forms.Control) | |
InitializeLayersFromDocument | This 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. | |
InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) | |
Invalidate | Overloaded. 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) | |
Invoke | Overloaded. Executes the specified delegate on the thread that owns the control's underlying window handle. (Inherited from System.Windows.Forms.Control) | |
IsInternalDragDrop | This predicate is true when a drag-and-drop started within this view. | |
LayoutScrollBars | Position and size the scrollbars and corner. | |
LimitDocPosition | This method is called when setting the DocPosition property to make sure the view only takes reasonable, desired positions. | |
LimitDocScale | This method is called when setting the DocScale property to make sure that the view only displays objects at a reasonable scale. | |
MatchesNodeLabel | This predicate is called by SelectNextNode to decide if a part's text label starts with a given character. | |
MoveSelection | Move a collection of objects by a given offset. | |
PasteFromClipboard | Copy the GoObjects in the clipboard into this view's document. | |
PerformLayout | Overloaded. Forces the control to apply layout logic to all its child controls. (Inherited from System.Windows.Forms.Control) | |
PickObject | Find a visible object at a given point. | |
PickObjects | Return a collection of objects that can be picked at a particular point. | |
PickObjectsInRectangle | Return a collection of objects that are surrounded by a given rectangle. | |
PointToClient | Computes the location of the specified screen point into client coordinates. (Inherited from System.Windows.Forms.Control) | |
PointToScreen | Computes the location of the specified client point into screen coordinates. (Inherited from System.Windows.Forms.Control) | |
PreProcessControlMessage | Preprocesses keyboard or input messages within the message loop before they are dispatched. (Inherited from System.Windows.Forms.Control) | |
PreProcessMessage | Preprocesses keyboard or input messages within the message loop before they are dispatched. (Inherited from System.Windows.Forms.Control) | |
Print this view's document. | ||
PrintDocumentPage | This is called repeatedly by the printing process in order to produce the printed image. | |
PrintPreview | Display a print preview window for this view's document. | |
RaiseBackgroundContextClicked | Raise a BackgroundContextClicked event for a given canonicalized input event. | |
RaiseBackgroundDoubleClicked | Raise a BackgroundDoubleClicked event for a given canonicalized input event. | |
RaiseBackgroundHover | Raise a BackgroundHover event for a given canonicalized input event. | |
RaiseBackgroundSelectionDropped | Raise a BackgroundSelectionDropped event for a given canonicalized input event. | |
RaiseBackgroundSelectionDropReject | Call OnBackgroundSelectionDropReject with the given GoInputEventArgs to raise a BackgroundSelectionDropReject event. | |
RaiseBackgroundSingleClicked | Raise a BackgroundSingleClicked event for a given canonicalized input event. | |
RaiseChanged | Handle changes to any view layers or view objects. | |
RaiseClipboardCopied | Call OnClipboardCopied to raise a ClipboardCopied event. | |
RaiseClipboardPasted | Call OnClipboardPasted to raise a ClipboardPasted event. | |
RaiseExternalObjectsDropped | Call OnExternalObjectsDropped to raise a ExternalObjectsDropped event. | |
RaiseLinkCreated | Call OnLinkCreated for the given object to raise a LinkCreated event. | |
RaiseLinkRelinked | Call OnLinkRelinked for the given object to raise a LinkRelinked event. | |
RaiseObjectContextClicked | Raise an ObjectContextClicked event for a given object and canonicalized input event. | |
RaiseObjectDoubleClicked | Raise an ObjectDoubleClicked event for a given object and canonicalized input event. | |
RaiseObjectEdited | Call OnObjectEdited for the given object to raise an ObjectEdited event. | |
RaiseObjectEnterLeave | Raise an ObjectEnterLeave event for a given object. | |
RaiseObjectGotSelection | Call OnObjectGotSelection for the given object to raise an ObjectGotSelection event. | |
RaiseObjectHover | Raise an ObjectHover event for a given object and canonicalized input event. | |
RaiseObjectLostSelection | Call OnObjectLostSelection for the given object to raise an ObjectLostSelection event. | |
RaiseObjectResized | Call OnObjectResized for the given object to raise an ObjectResized event. | |
RaiseObjectSelectionDropped | Raise an ObjectSelectionDropped event for a given object and canonicalized input event. | |
RaiseObjectSelectionDropReject | Call OnObjectSelectionDropReject with the given GoObjectEventArgs to raise a ObjectSelectionDropReject event. | |
RaiseObjectSingleClicked | Raise an ObjectSingleClicked event for a given object and canonicalized input event. | |
RaisePropertyChangedEvent | Raise a PropertyChanged event for the given property name. | |
RaiseSelectionCopied | Call OnSelectionCopied to raise a SelectionCopied event. | |
RaiseSelectionDeleted | Call OnSelectionDeleted to raise a SelectionDeleted event. | |
RaiseSelectionDeleting | Call OnSelectionDeleting with the given CancelEventArgs to raise a SelectionDeleting event. | |
RaiseSelectionFinished | Call OnSelectionFinished. | |
RaiseSelectionMoved | Call OnSelectionMoved to raise a SelectionMoved event. | |
RaiseSelectionStarting | Call OnSelectionStarting. | |
RectangleToClient | Computes the size and location of the specified screen rectangle in client coordinates. (Inherited from System.Windows.Forms.Control) | |
RectangleToScreen | Computes the size and location of the specified client rectangle in screen coordinates. (Inherited from System.Windows.Forms.Control) | |
Redo | This just calls Document.Redo() . | |
Refresh | Forces the control to invalidate its client area and immediately redraw itself and any child controls. (Inherited from System.Windows.Forms.Control) | |
ReplaceMouseTool | Replace one of the "mode-less" tools used by this view. | |
RequestFocus | Call the Control.Focus() method, catching any SecurityException to make sure OnGotFocus is called anyway. | |
RescaleToFit | Change the DocScale and DocPosition properties so that all document objects are visible. | |
RescaleWithCenter | Change the DocScale, and adjust the DocPosition so that the docPt remains at the center of the view. | |
ResetText | Resets the System.Windows.Forms.Control.Text property to its default value. (Inherited from System.Windows.Forms.Control) | |
ResumeLayout | Overloaded. Resumes usual layout logic. (Inherited from System.Windows.Forms.Control) | |
Scale | (Inherited from System.Windows.Forms.Control) | |
ScrollLine | Programmatically scroll the view by a "line" (a small change). | |
ScrollPage | Programmatically scroll the view by a "page" (a large change). | |
ScrollRectangleToVisible | Change this view's DocPosition so that the given rectangle is visible. | |
Select | Overloaded. Activates the control. (Inherited from System.Windows.Forms.Control) | |
SelectAll | Add all eligible document objects to this view's selection. | |
SelectInRectangle | Add all eligible document objects that are within a given rectangle to this view's selection. | |
SelectNextControl | Activates the next control. (Inherited from System.Windows.Forms.Control) | |
SelectNextNode | Change the primary selection to be the next object whose label starts with a given letter or digit. | |
SendToBack | Sends the control to the back of the z-order. (Inherited from System.Windows.Forms.Control) | |
SetBounds | Overloaded. Sets the bounds of the control to the specified location and size. (Inherited from System.Windows.Forms.Control) | |
SetModifiable | This method sets some properties that determine whether the user can modify the document from this view. | |
Show | Displays the control to the user. (Inherited from System.Windows.Forms.Control) | |
SnapPoint | Find the nearest grid point to a given point when MoveSelection or CopySelection need to snap object locations to a grid. | |
StandardizeCursorName | Convert a cursor name to a standardized name. | |
StartTransaction | This just calls Document.StartTransaction() . | |
StopAutoScroll | Stop any ongoing auto-scroll or auto-pan action. | |
SuspendLayout | Temporarily suspends the layout logic for the control. (Inherited from System.Windows.Forms.Control) | |
ToString | (Inherited from System.ComponentModel.Component) | |
Undo | This just calls Document.Undo() . | |
Update | Causes the control to redraw the invalidated regions within its client area. (Inherited from System.Windows.Forms.Control) | |
UpdateExtent | This method is called when this GoView's Size (or Width or Height) is changed, to allow the view to scroll or rescale itself. | |
UpdateScrollBars | Update the scroll bars for this view, changing the minimum/maximum/value and visibility as appropriate. | |
UpdateView | Cause the whole view, including scroll bars, to be redrawn. |
Name | Description | |
---|---|---|
CreateAccessibilityInstance | Creates a new accessibility object for the control. (Inherited from System.Windows.Forms.Control) | |
CreateControlsInstance | Creates a new instance of the control collection for the control. (Inherited from System.Windows.Forms.Control) | |
CreateDataObject | This method is called from CopyToClipboard to produce a DataObject representing the available data formats and their values for the objects in the clipboard. | |
CreateHandle | Creates a handle for the control. (Inherited from System.Windows.Forms.Control) | |
DefWndProc | Sends the specified message to the default window procedure. (Inherited from System.Windows.Forms.Control) | |
DestroyHandle | Destroys the handle associated with the control. (Inherited from System.Windows.Forms.Control) | |
DoExternalDrag | Handle dragging from another Control. | |
DoExternalDrop | Handle drag-drops from another Control. | |
DoInternalDrag | Handle dragging that started from this view. | |
DoInternalDrop | Handle drag-dropping from within this view. | |
Finalize | (Inherited from System.ComponentModel.Component) | |
GetAccessibilityObjectById | Retrieves the specified System.Windows.Forms.AccessibleObject. (Inherited from System.Windows.Forms.Control) | |
GetAutoSizeMode | Retrieves a value indicating how a control will behave when its System.Windows.Forms.Control.AutoSize property is enabled. (Inherited from System.Windows.Forms.Control) | |
GetExternalDragImage | Return an image to be displayed during a drag coming from another window. | |
GetScaledBounds | Retrieves the bounds within which the control is scaled. (Inherited from System.Windows.Forms.Control) | |
GetService | (Inherited from System.ComponentModel.Component) | |
GetStyle | Retrieves the value of the specified control style bit for the control. (Inherited from System.Windows.Forms.Control) | |
GetTopLevel | Determines if the control is a top-level control. (Inherited from System.Windows.Forms.Control) | |
InitLayout | Called after the control has been added to another container. (Inherited from System.Windows.Forms.Control) | |
InvokeGotFocus | Raises the System.Windows.Forms.Control.GotFocus event for the specified control. (Inherited from System.Windows.Forms.Control) | |
InvokeLostFocus | Raises the System.Windows.Forms.Control.LostFocus event for the specified control. (Inherited from System.Windows.Forms.Control) | |
InvokeOnClick | Raises the System.Windows.Forms.Control.Click event for the specified control. (Inherited from System.Windows.Forms.Control) | |
InvokePaint | Raises the System.Windows.Forms.Control.Paint event for the specified control. (Inherited from System.Windows.Forms.Control) | |
InvokePaintBackground | Raises the PaintBackground event for the specified control. (Inherited from System.Windows.Forms.Control) | |
IsInputChar | Determines if a character is an input character that the control recognizes. (Inherited from System.Windows.Forms.Control) | |
IsInputKey | Overridden. Let this view handle the arrow keys. | |
MemberwiseClone | Overloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject) | |
NotifyInvalidate | Raises the System.Windows.Forms.Control.Invalidated event with a specified region of the control to invalidate. (Inherited from System.Windows.Forms.Control) | |
OnAutoSizeChanged | Raises the System.Windows.Forms.Control.AutoSizeChanged event. (Inherited from System.Windows.Forms.Control) | |
OnBackColorChanged | Overridden. Redraw the whole view if the background color has changed. | |
OnBackgroundContextClicked | Invoke all BackgroundContextClicked event handlers. | |
OnBackgroundDoubleClicked | Invoke all BackgroundDoubleClicked event handlers. | |
OnBackgroundHover | Invoke all BackgroundHover event handlers. | |
OnBackgroundImageChanged | Overridden. Redraw the whole view if the background image has changed. | |
OnBackgroundImageLayoutChanged | Raises the System.Windows.Forms.Control.BackgroundImageLayoutChanged event. (Inherited from System.Windows.Forms.Control) | |
OnBackgroundSelectionDropped | Invoke all BackgroundSelectionDropped event handlers. | |
OnBackgroundSelectionDropReject | Invoke all BackgroundSelectionDropReject event handlers. | |
OnBackgroundSingleClicked | Invoke all BackgroundSingleClicked event handlers. | |
OnBindingContextChanged | Raises the System.Windows.Forms.Control.BindingContextChanged event. (Inherited from System.Windows.Forms.Control) | |
OnCausesValidationChanged | Raises the System.Windows.Forms.Control.CausesValidationChanged event. (Inherited from System.Windows.Forms.Control) | |
OnChangeUICues | Raises the System.Windows.Forms.Control.ChangeUICues event. (Inherited from System.Windows.Forms.Control) | |
OnClick | Raises the System.Windows.Forms.Control.Click event. (Inherited from System.Windows.Forms.Control) | |
OnClientSizeChanged | Raises the System.Windows.Forms.Control.ClientSizeChanged event. (Inherited from System.Windows.Forms.Control) | |
OnClipboardCopied | Invoke all ClipboardCopied event handlers. | |
OnClipboardPasted | Invoke all ClipboardPasted event handlers. | |
OnContextMenuChanged | Raises the System.Windows.Forms.Control.ContextMenuChanged event. (Inherited from System.Windows.Forms.Control) | |
OnContextMenuStripChanged | Raises the System.Windows.Forms.Control.ContextMenuStripChanged event. (Inherited from System.Windows.Forms.Control) | |
OnControlAdded | Raises the System.Windows.Forms.Control.ControlAdded event. (Inherited from System.Windows.Forms.Control) | |
OnControlRemoved | Raises the System.Windows.Forms.Control.ControlRemoved event. (Inherited from System.Windows.Forms.Control) | |
OnCreateControl | Overridden. This lays out the scroll bars, too, if needed. | |
OnCursorChanged | Raises the System.Windows.Forms.Control.CursorChanged event. (Inherited from System.Windows.Forms.Control) | |
OnDockChanged | Raises the System.Windows.Forms.Control.DockChanged event. (Inherited from System.Windows.Forms.Control) | |
OnDocumentChanged | Handle changes to the view's document or any of the document's layers or objects. | |
OnDoubleClick | Overridden. For a double-click, this method gets called instead of a second OnMouseUp. | |
OnDragDrop | Overridden. Handle the DragDrop event by canonicalizing the input event and behaving differently for internal drag-drops than for drops coming from other windows. | |
OnDragEnter | Overridden. Show an image for an external drag. | |
OnDragLeave | Overridden. Turn off any mouse-related timers and remove any external drag image or objects. | |
OnDragOver | Overridden. Handle the DragOver event by canonicalizing the input event and behaving differently for internal drags than for external drags coming from other windows. | |
OnEnabledChanged | Raises the System.Windows.Forms.Control.EnabledChanged event. (Inherited from System.Windows.Forms.Control) | |
OnEnter | Raises the System.Windows.Forms.Control.Enter event. (Inherited from System.Windows.Forms.Control) | |
OnExternalObjectsDropped | Invoke all ExternalObjectsDropped event handlers. | |
OnFontChanged | Raises the System.Windows.Forms.Control.FontChanged event. (Inherited from System.Windows.Forms.Control) | |
OnForeColorChanged | Raises the System.Windows.Forms.Control.ForeColorChanged event. (Inherited from System.Windows.Forms.Control) | |
OnGiveFeedback | Raises the System.Windows.Forms.Control.GiveFeedback event. (Inherited from System.Windows.Forms.Control) | |
OnGotFocus | Overridden. When a view gets focus, make sure the selection appearance can be updated, if needed. | |
OnHandleCreated | Raises the System.Windows.Forms.Control.HandleCreated event. (Inherited from System.Windows.Forms.Control) | |
OnHandleDestroyed | Raises the System.Windows.Forms.Control.HandleDestroyed event. (Inherited from System.Windows.Forms.Control) | |
OnHelpRequested | Raises the System.Windows.Forms.Control.HelpRequested event. (Inherited from System.Windows.Forms.Control) | |
OnImeModeChanged | Raises the System.Windows.Forms.Control.ImeModeChanged event. (Inherited from System.Windows.Forms.Control) | |
OnInvalidated | Raises the System.Windows.Forms.Control.Invalidated event. (Inherited from System.Windows.Forms.Control) | |
OnKeyDown | Overridden. This method is the view's key event handler. | |
OnKeyPress | Raises the System.Windows.Forms.Control.KeyPress event. (Inherited from System.Windows.Forms.Control) | |
OnKeyUp | Raises the System.Windows.Forms.Control.KeyUp event. (Inherited from System.Windows.Forms.Control) | |
OnLayout | Raises the System.Windows.Forms.Control.Layout event. (Inherited from System.Windows.Forms.Control) | |
OnLeave | Raises the System.Windows.Forms.Control.Leave event. (Inherited from System.Windows.Forms.Control) | |
OnLinkCreated | Invoke all LinkCreated event handlers. | |
OnLinkRelinked | Invoke all LinkRelinked event handlers. | |
OnLocationChanged | Raises the System.Windows.Forms.Control.LocationChanged event. (Inherited from System.Windows.Forms.Control) | |
OnLostFocus | Overridden. When a view loses focus, make sure the selection appearance can be updated, if needed. | |
OnMarginChanged | Raises the System.Windows.Forms.Control.MarginChanged event. (Inherited from System.Windows.Forms.Control) | |
OnMouseCaptureChanged | Raises the System.Windows.Forms.Control.MouseCaptureChanged event. (Inherited from System.Windows.Forms.Control) | |
OnMouseClick | Raises the System.Windows.Forms.Control.MouseClick event. (Inherited from System.Windows.Forms.Control) | |
OnMouseDoubleClick | Raises the System.Windows.Forms.Control.MouseDoubleClick event. (Inherited from System.Windows.Forms.Control) | |
OnMouseDown | Overridden. This method is the view's mouse down event handler. | |
OnMouseEnter | Overridden. Call DoObjectEnterLeave if the mouse enters this view on a document object. | |
OnMouseHover | Raises the System.Windows.Forms.Control.MouseHover event. (Inherited from System.Windows.Forms.Control) | |
OnMouseLeave | Overridden. Turn off any mouse-related timers. | |
OnMouseMove | Overridden. This method is the view's mouse move event handler. | |
OnMouseUp | Overridden. This method is the view's mouse up event handler. | |
OnMouseWheel | Overridden. This is the mouse wheel event handler, that handles scrolling and zooming. | |
OnMove | Raises the System.Windows.Forms.Control.Move event. (Inherited from System.Windows.Forms.Control) | |
OnNotifyMessage | Notifies the control of Windows messages. (Inherited from System.Windows.Forms.Control) | |
OnObjectContextClicked | Invoke all ObjectContextClicked event handlers. | |
OnObjectDoubleClicked | Invoke all ObjectDoubleClicked event handlers. | |
OnObjectEdited | Invoke all ObjectEdited event handlers. | |
OnObjectEnterLeave | Invoke all ObjectEnterLeave event handlers. | |
OnObjectGotSelection | Invoke all ObjectGotSelection event handlers. | |
OnObjectHover | Invoke all ObjectHover event handlers. | |
OnObjectLostSelection | Invoke all ObjectLostSelection event handlers. | |
OnObjectResized | Invoke all ObjectResized event handlers. | |
OnObjectSelectionDropped | Invoke all ObjectSelectionDropped event handlers. | |
OnObjectSelectionDropReject | Invoke all ObjectSelectionDropReject event handlers. | |
OnObjectSingleClicked | Invoke all ObjectSingleClicked event handlers. | |
OnPaddingChanged | Raises the System.Windows.Forms.Control.PaddingChanged event. (Inherited from System.Windows.Forms.Control) | |
OnPaint | Overridden. Called by the system when needing to fix up invalidated parts of this view. | |
OnPaintBackground | Paints the background of the control. (Inherited from System.Windows.Forms.Control) | |
OnParentBackColorChanged | Raises 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) | |
OnParentBackgroundImageChanged | Raises 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) | |
OnParentBindingContextChanged | Raises 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) | |
OnParentChanged | Raises the System.Windows.Forms.Control.ParentChanged event. (Inherited from System.Windows.Forms.Control) | |
OnParentCursorChanged | Raises the System.Windows.Forms.Control.CursorChanged event. (Inherited from System.Windows.Forms.Control) | |
OnParentEnabledChanged | Raises 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) | |
OnParentFontChanged | Raises 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) | |
OnParentForeColorChanged | Raises 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) | |
OnParentRightToLeftChanged | Raises 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) | |
OnParentVisibleChanged | Raises 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) | |
OnPreviewKeyDown | Raises the System.Windows.Forms.Control.PreviewKeyDown event. (Inherited from System.Windows.Forms.Control) | |
OnPrint | Raises the System.Windows.Forms.Control.Paint event. (Inherited from System.Windows.Forms.Control) | |
OnPropertyChanged | Call all PropertyChanged event handlers. | |
OnQueryContinueDrag | Overridden. If the user types an Escape during a drag, we cancel the drag by calling DoCancelMouse. | |
OnRegionChanged | Raises the System.Windows.Forms.Control.RegionChanged event. (Inherited from System.Windows.Forms.Control) | |
OnResize | Raises the System.Windows.Forms.Control.Resize event. (Inherited from System.Windows.Forms.Control) | |
OnRightToLeftChanged | Raises the System.Windows.Forms.Control.RightToLeftChanged event. (Inherited from System.Windows.Forms.Control) | |
OnSelectionCopied | Invoke all SelectionCopied event handlers. | |
OnSelectionDeleted | Invoke all SelectionDeleted event handlers. | |
OnSelectionDeleting | Invoke all SelectionDeleting event handlers. | |
OnSelectionFinished | Invoke all SelectionFinished event handlers. | |
OnSelectionMoved | Invoke all SelectionMoved event handlers. | |
OnSelectionStarting | Invoke all SelectionStarting event handlers. | |
OnSizeChanged | Overridden. This lays out the scroll bars, too, if needed. | |
OnStyleChanged | Overridden. Redraw the whole view if the Control style has changed. | |
OnSystemColorsChanged | Overridden. Redraw the whole view if the system colors have changed. | |
OnTabIndexChanged | Raises the System.Windows.Forms.Control.TabIndexChanged event. (Inherited from System.Windows.Forms.Control) | |
OnTabStopChanged | Raises the System.Windows.Forms.Control.TabStopChanged event. (Inherited from System.Windows.Forms.Control) | |
OnTextChanged | Raises the System.Windows.Forms.Control.TextChanged event. (Inherited from System.Windows.Forms.Control) | |
OnValidated | Raises the System.Windows.Forms.Control.Validated event. (Inherited from System.Windows.Forms.Control) | |
OnValidating | Raises the System.Windows.Forms.Control.Validating event. (Inherited from System.Windows.Forms.Control) | |
OnVisibleChanged | Overridden. In case the size changed while it was not visible, make sure we update the scroll bars. | |
PaintBackgroundDecoration | Draw any decoration that should appear behind all of the objects. | |
PaintObjects | Paint all the document and/or view objects. | |
PaintPaperColor | Fill in the document paper color or view background color. | |
PaintView | Paint all of the objects of this view or its document that are visible in the given rectangle. | |
PrintDecoration | Draw any printed decorations on the paper that would not normally be part of a window view. | |
PrintPreviewShowDialog | Display the print preview window. | |
PrintShowDialog | Display a printing choices dialog. | |
PrintView | Render for printing everything you want to display from the view. | |
ProcessCmdKey | Overridden. When this view has an EditControl that is showing a Control that has focus, return false to permit that Control to process all keys. | |
ProcessDialogChar | Processes a dialog character. (Inherited from System.Windows.Forms.Control) | |
ProcessDialogKey | Processes a dialog key. (Inherited from System.Windows.Forms.Control) | |
ProcessKeyEventArgs | Processes a key message and generates the appropriate control events. (Inherited from System.Windows.Forms.Control) | |
ProcessKeyPreview | Previews a keyboard message. (Inherited from System.Windows.Forms.Control) | |
RaiseDragEvent | Raises the appropriate drag event. (Inherited from System.Windows.Forms.Control) | |
RaiseKeyEvent | Raises the appropriate key event. (Inherited from System.Windows.Forms.Control) | |
RaiseMouseEvent | Raises the appropriate mouse event. (Inherited from System.Windows.Forms.Control) | |
RaisePaintEvent | Raises the appropriate paint event. (Inherited from System.Windows.Forms.Control) | |
RecreateHandle | Forces the re-creation of the handle for the control. (Inherited from System.Windows.Forms.Control) | |
ResetMouseEventArgs | Resets the control to handle the System.Windows.Forms.Control.MouseLeave event. (Inherited from System.Windows.Forms.Control) | |
RtlTranslateAlignment | Overloaded. 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) | |
RtlTranslateHorizontal | 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) | |
RtlTranslateLeftRight | Converts 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) | |
ScaleControl | (Inherited from System.Windows.Forms.Control) | |
SetAutoSizeMode | Sets a value indicating how a control will behave when its System.Windows.Forms.Control.AutoSize property is enabled. (Inherited from System.Windows.Forms.Control) | |
SetBoundsCore | Performs the work of setting the specified bounds of this control. (Inherited from System.Windows.Forms.Control) | |
SetClientSizeCore | Sets the size of the client area of the control. (Inherited from System.Windows.Forms.Control) | |
SetStyle | Sets a specified System.Windows.Forms.ControlStyles flag to either true or false. (Inherited from System.Windows.Forms.Control) | |
SetTopLevel | Sets the control as the top-level control. (Inherited from System.Windows.Forms.Control) | |
SetVisibleCore | Sets the control to the specified visible state. (Inherited from System.Windows.Forms.Control) | |
SizeFromClientSize | (Inherited from System.Windows.Forms.Control) | |
UpdateStyles | Forces the assigned styles to be reapplied to the control. (Inherited from System.Windows.Forms.Control) | |
UpdateZOrder | Updates the control in its parent's z-order. (Inherited from System.Windows.Forms.Control) | |
WndProc | Processes Windows messages. (Inherited from System.Windows.Forms.Control) |