CogDisplay ClassCognex VisionPro 9.7
The display object that shows an image and static and interactive graphics.
Inheritance Hierarchy

System Object
  System MarshalByRefObject
    System.ComponentModel Component
      System.Windows.Forms Control
        System.Windows.Forms AxHost
          Cognex.VisionPro.Display CogDisplay

Namespace: Cognex.VisionPro.Display
Assembly: Cognex.VisionPro.Display.Controls (in Cognex.VisionPro.Display.Controls.dll) Version: 73.0.0.0 (73.0.0.0)
Syntax

public class CogDisplay : AxHost

The CogDisplay type exposes the following members.

Constructors

  NameDescription
Public methodCogDisplay
Constructor
Top
Methods

  NameDescription
Protected methodAccessibilityNotifyClients(AccessibleEvents, Int32)
Notifies the accessibility client applications of the specified AccessibleEvents for the specified child control.
(Inherited from Control.)
Protected methodAccessibilityNotifyClients(AccessibleEvents, Int32, Int32)
Notifies the accessibility client applications of the specified AccessibleEvents for the specified child control .
(Inherited from Control.)
Protected methodAttachInterfaces (Overrides AxHost AttachInterfaces .)
Public methodBeginInit
Begins the initialization of the ActiveX control.
(Inherited from AxHost.)
Public methodBeginInvoke(Delegate)
Executes the specified delegate asynchronously on the thread that the control's underlying handle was created on.
(Inherited from Control.)
Public methodBeginInvoke(Delegate,  Object )
Executes the specified delegate asynchronously with the specified arguments, on the thread that the control's underlying handle was created on.
(Inherited from Control.)
Public methodBringToFront
Brings the control to the front of the z-order.
(Inherited from Control.)
Public methodClearImage16GreyColorMap
Clears the 16-bit greyscale colormap that has been set. This method does nothing if no 16-bit greyscale colormap has been set.
Public methodClearImage16RangeColorMap
Clears the 16-bit range colormap that has been set. This method does nothing if no 16-bit range colormap has been set.
Public methodClearImage8GreyColorMap
Clears the 8-bit greyscale colormap that has been set.
Public methodColorMapFromString
Internal use only
Public methodColorMapLoad
Loads and sets a colormap from the specified file. This method can only be called if an image is being displayed.
Public methodColorMapSave
Saves the currently set colormap to the specified file. This method can only be called if an image is being displayed.
Public methodColorMapToString
Internal use only
Public methodContains
Retrieves a value indicating whether the specified control is a child of the control.
(Inherited from Control.)
Protected methodCreateAccessibilityInstance
Creates a new accessibility object for the control.
(Inherited from Control.)
Public methodCreateContentBitmap
Returns the current content of the display (image and graphics) as a bitmap in a picture object.
Public methodCreateControl
Forces the creation of the control, including the creation of the handle and any child controls.
(Inherited from Control.)
Protected methodCreateControlsInstance
Creates a new instance of the control collection for the control.
(Inherited from Control.)
Public methodCreateGraphics
Creates the Graphics for the control.
(Inherited from Control.)
Protected methodCreateHandle (Inherited from AxHost.)
Protected methodCreateInstanceCore
Called by the system to create the ActiveX control.
(Inherited from AxHost.)
Public methodCreateObjRef
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from MarshalByRefObject.)
Protected methodCreateSink (Overrides AxHost CreateSink .)
Protected methodDefWndProc
Sends the specified message to the default window procedure.
(Inherited from Control.)
Protected methodDestroyHandle (Inherited from AxHost.)
Protected methodDetachSink (Overrides AxHost DetachSink .)
Public methodDispose 
Releases all resources used by the Component.
(Inherited from Component.)
Protected methodDispose(Boolean) (Inherited from AxHost.)
Public methodDoDragDrop
Begins a drag-and-drop operation.
(Inherited from Control.)
Public methodDoVerb
Requests that an object perform an action in response to an end-user's action.
(Inherited from AxHost.)
Public methodDrawToBitmap
This method is not supported by this control.
(Inherited from AxHost.)
Public methodEndInit
Ends the initialization of an ActiveX control.
(Inherited from AxHost.)
Public methodEndInvoke
Retrieves the return value of the asynchronous operation represented by the IAsyncResult passed.
(Inherited from Control.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection.
(Inherited from Component.)
Public methodFindForm
Retrieves the form that the control is on.
(Inherited from Control.)
Public methodFit
Uses the current ScalingMethod to find the largest zoom value that allows the entire image to be visible in the display.
Public methodFocus
Sets input focus to the control.
(Inherited from Control.)
Protected methodGetAccessibilityObjectById
Retrieves the specified AccessibleObject.
(Inherited from Control.)
Protected methodGetAutoSizeMode
Retrieves a value indicating how a control will behave when its AutoSize property is enabled.
(Inherited from Control.)
Public methodGetChildAtPoint(Point)
Retrieves the child control that is located at the specified coordinates.
(Inherited from Control.)
Public methodGetChildAtPoint(Point, GetChildAtPointSkip)
Retrieves the child control that is located at the specified coordinates, specifying whether to ignore child controls of a certain type.
(Inherited from Control.)
Public methodGetContainerControl
Returns the next ContainerControl up the control's chain of parent controls.
(Inherited from Control.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetImage16GreyColorMap
Returns the colormap for 16-bit greyscale image display. If the user has not set a colormap for 16-bit greyscale images, then null is returned.
Public methodGetImage16RangeColorMap
Returns the colormap for 16-bit range image display. If the user has not set a colormap for 16-bit range images, then null is returned.
Public methodGetImage8GreyColorMap 
Returns the colormap for 8-bit greyscale image display.
Public methodGetImage8GreyColorMap(Byte)
Returns the OLE_COLOR that is mapped to a grey scale pixel value.
Public methodGetImagePanAnchor
Returns the image pan anchor position.
Public methodGetLifetimeService
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Public methodGetNextControl
Retrieves the next control forward or back in the tab order of child controls.
(Inherited from Control.)
Public methodGetOcx
Retrieves a reference to the underlying ActiveX control.
(Inherited from AxHost.)
Public methodGetPreferredSize
Retrieves the size of a rectangular area into which a control can be fitted.
(Inherited from Control.)
Protected methodGetScaledBounds
Called by the system to retrieve the current bounds of the ActiveX control.
(Inherited from AxHost.)
Public methodGetScreenPanAnchor
Returns the screen pan anchor position.
Protected methodGetService
Returns an object that represents a service provided by the Component or by its Container.
(Inherited from Component.)
Protected methodGetStyle
Retrieves the value of the specified control style bit for the control.
(Inherited from Control.)
Protected methodGetTopLevel
Determines if the control is a top-level control.
(Inherited from Control.)
Public methodGetTransform
Returns the transform from fromSpace to toSpace.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodHasPropertyPages
Determines if the ActiveX control has a property page.
(Inherited from AxHost.)
Public methodHide
Conceals the control from the user.
(Inherited from Control.)
Protected methodInitializeContextMenuStrip
Public methodInitializeLifetimeService
Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Protected methodInitLayout
Called after the control has been added to another container.
(Inherited from Control.)
Public methodInvalidate 
Invalidates the entire surface of the control and causes the control to be redrawn.
(Inherited from Control.)
Public methodInvalidate(Region)
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 Control.)
Public methodInvalidate(Boolean)
Invalidates a specific region of the control and causes a paint message to be sent to the control. Optionally, invalidates the child controls assigned to the control.
(Inherited from Control.)
Public methodInvalidate(Rectangle)
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 Control.)
Public methodInvalidate(Region, Boolean)
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. Optionally, invalidates the child controls assigned to the control.
(Inherited from Control.)
Public methodInvalidate(Rectangle, Boolean)
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. Optionally, invalidates the child controls assigned to the control.
(Inherited from Control.)
Public methodInvoke(Delegate)
Executes the specified delegate on the thread that owns the control's underlying window handle.
(Inherited from Control.)
Public methodInvoke(Delegate,  Object )
Executes the specified delegate, on the thread that owns the control's underlying window handle, with the specified list of arguments.
(Inherited from Control.)
Public methodInvokeEditMode
Attempts to activate the editing mode of the hosted control.
(Inherited from AxHost.)
Protected methodInvokeGotFocus
Raises the GotFocus event for the specified control.
(Inherited from Control.)
Protected methodInvokeLostFocus
Raises the LostFocus event for the specified control.
(Inherited from Control.)
Protected methodInvokeOnClick
Raises the Click event for the specified control.
(Inherited from Control.)
Protected methodInvokePaint
Raises the Paint event for the specified control.
(Inherited from Control.)
Protected methodInvokePaintBackground
Raises the PaintBackground event for the specified control.
(Inherited from Control.)
Protected methodIsInputChar
Determines if a character is an input character that the ActiveX control recognizes.
(Inherited from AxHost.)
Protected methodIsInputKey
Determines whether the specified key is a regular input key or a special key that requires preprocessing.
(Inherited from Control.)
Public methodMakeDirty
Announces to the component change service that the AxHost has changed.
(Inherited from AxHost.)
Protected methodMemberwiseClone 
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodMemberwiseClone(Boolean)
Creates a shallow copy of the current MarshalByRefObject object.
(Inherited from MarshalByRefObject.)
Protected methodNotifyInvalidate
Raises the Invalidated event with a specified region of the control to invalidate.
(Inherited from Control.)
Protected methodOnAutoSizeChanged
Raises the AutoSizeChanged event.
(Inherited from Control.)
Protected methodOnBackColorChanged (Inherited from AxHost.)
Protected methodOnBackgroundImageChanged
Raises the BackgroundImageChanged event.
(Inherited from Control.)
Protected methodOnBackgroundImageLayoutChanged (Inherited from Control.)
Protected methodOnBindingContextChanged
Raises the BindingContextChanged event.
(Inherited from Control.)
Protected methodOnCausesValidationChanged
Raises the CausesValidationChanged event.
(Inherited from Control.)
Protected methodOnChangeUICues
Raises the ChangeUICues event.
(Inherited from Control.)
Protected methodOnClick
Raises the Click event.
(Inherited from Control.)
Protected methodOnClientSizeChanged
Raises the ClientSizeChanged event.
(Inherited from Control.)
Protected methodOnContextMenuChanged
Raises the ContextMenuChanged event.
(Inherited from Control.)
Protected methodOnContextMenuItemAutoFitClicked
Protected methodOnContextMenuItemAutoFitWithGraphicsClicked
Protected methodOnContextMenuItemColormapClicked
Protected methodOnContextMenuItemDecreaseTouchDistanceClicked
Protected methodOnContextMenuItemFitImageClicked
Protected methodOnContextMenuItemFitImageGraphicsClicked
Protected methodOnContextMenuItemIncreaseTouchDistanceClicked
Protected methodOnContextMenuItemMaintainImageRegionClicked
Protected methodOnContextMenuItemPanClicked
Protected methodOnContextMenuItemPixelGridClicked
Protected methodOnContextMenuItemPointerClicked
Protected methodOnContextMenuItemSaveImageClicked
Protected methodOnContextMenuItemShowToolTipsClicked
Protected methodOnContextMenuItemSubpixelGridClicked
Protected methodOnContextMenuItemTouchClicked
Protected methodOnContextMenuItemZoom100
Protected methodOnContextMenuItemZoomInClicked
Protected methodOnContextMenuItemZoomOutClicked
Protected methodOnContextMenuItemZoomWheelClicked
Protected methodOnContextMenuStripChanged
Raises the ContextMenuStripChanged event.
(Inherited from Control.)
Protected methodOnControlAdded
Raises the ControlAdded event.
(Inherited from Control.)
Protected methodOnControlRemoved
Raises the ControlRemoved event.
(Inherited from Control.)
Protected methodOnCreateControl (Inherited from Control.)
Protected methodOnCursorChanged
Raises the CursorChanged event.
(Inherited from Control.)
Protected methodOnDockChanged
Raises the DockChanged event.
(Inherited from Control.)
Protected methodOnDoubleClick (Overrides Control OnDoubleClick(EventArgs).)
Protected methodOnDragDrop
Raises the DragDrop event.
(Inherited from Control.)
Protected methodOnDragEnter
Raises the DragEnter event.
(Inherited from Control.)
Protected methodOnDragLeave
Raises the DragLeave event.
(Inherited from Control.)
Protected methodOnDragOver
Raises the DragOver event.
(Inherited from Control.)
Protected methodOnEnabledChanged
Raises the EnabledChanged event.
(Inherited from Control.)
Protected methodOnEnter
Raises the Enter event.
(Inherited from Control.)
Protected methodOnFontChanged (Inherited from AxHost.)
Protected methodOnForeColorChanged (Inherited from AxHost.)
Protected methodOnGiveFeedback
Raises the GiveFeedback event.
(Inherited from Control.)
Protected methodOnGotFocus
Raises the GotFocus event.
(Inherited from Control.)
Protected methodOnHandleCreated (Inherited from AxHost.)
Protected methodOnHandleDestroyed
Raises the HandleDestroyed event.
(Inherited from Control.)
Protected methodOnHelpRequested
Raises the HelpRequested event.
(Inherited from Control.)
Protected methodOnImeModeChanged
Raises the ImeModeChanged event.
(Inherited from Control.)
Protected methodOnInPlaceActive
Called when the control transitions to the in-place active state.
(Inherited from AxHost.)
Protected methodOnInvalidated
Raises the Invalidated event.
(Inherited from Control.)
Protected methodOnKeyDown
Raises the KeyDown event.
(Inherited from Control.)
Protected methodOnKeyPress
Raises the KeyPress event.
(Inherited from Control.)
Protected methodOnKeyUp
Raises the KeyUp event.
(Inherited from Control.)
Protected methodOnLayout
Raises the Layout event.
(Inherited from Control.)
Protected methodOnLeave
Raises the Leave event.
(Inherited from Control.)
Protected methodOnLocationChanged
Raises the LocationChanged event.
(Inherited from Control.)
Protected methodOnLostFocus (Overrides AxHost OnLostFocus(EventArgs).)
Protected methodOnMarginChanged
Raises the MarginChanged event.
(Inherited from Control.)
Protected methodOnMouseCaptureChanged
Raises the MouseCaptureChanged event.
(Inherited from Control.)
Protected methodOnMouseClick
Raises the MouseClick event.
(Inherited from Control.)
Protected methodOnMouseDoubleClick (Overrides Control OnMouseDoubleClick(MouseEventArgs).)
Protected methodOnMouseDown
Raises the MouseDown event.
(Inherited from Control.)
Protected methodOnMouseEnter
Raises the MouseEnter event.
(Inherited from Control.)
Protected methodOnMouseHover
Raises the MouseHover event.
(Inherited from Control.)
Protected methodOnMouseLeave
Raises the MouseLeave event.
(Inherited from Control.)
Protected methodOnMouseMove
Raises the MouseMove event.
(Inherited from Control.)
Protected methodOnMouseUp
Raises the MouseUp event.
(Inherited from Control.)
Protected methodOnMouseWheel (Overrides Control OnMouseWheel(MouseEventArgs).)
Protected methodOnMove
Raises the Move event.
(Inherited from Control.)
Protected methodOnNotifyMessage
Notifies the control of Windows messages.
(Inherited from Control.)
Protected methodOnPaddingChanged
Raises the PaddingChanged event.
(Inherited from Control.)
Protected methodOnPaint
Raises the Paint event.
(Inherited from Control.)
Protected methodOnPaintBackground
Paints the background of the control.
(Inherited from Control.)
Protected methodOnParentBackColorChanged
Raises the BackColorChanged event when the BackColor property value of the control's container changes.
(Inherited from Control.)
Protected methodOnParentBackgroundImageChanged
Raises the BackgroundImageChanged event when the BackgroundImage property value of the control's container changes.
(Inherited from Control.)
Protected methodOnParentBindingContextChanged
Raises the BindingContextChanged event when the BindingContext property value of the control's container changes.
(Inherited from Control.)
Protected methodOnParentChanged
Raises the ParentChanged event.
(Inherited from Control.)
Protected methodOnParentCursorChanged
Raises the CursorChanged event.
(Inherited from Control.)
Protected methodOnParentEnabledChanged
Raises the EnabledChanged event when the Enabled property value of the control's container changes.
(Inherited from Control.)
Protected methodOnParentFontChanged
Raises the FontChanged event when the Font property value of the control's container changes.
(Inherited from Control.)
Protected methodOnParentForeColorChanged
Raises the ForeColorChanged event when the ForeColor property value of the control's container changes.
(Inherited from Control.)
Protected methodOnParentRightToLeftChanged
Raises the RightToLeftChanged event when the RightToLeft property value of the control's container changes.
(Inherited from Control.)
Protected methodOnParentVisibleChanged
Raises the VisibleChanged event when the Visible property value of the control's container changes.
(Inherited from Control.)
Protected methodOnPreviewKeyDown
Raises the PreviewKeyDown event.
(Inherited from Control.)
Protected methodOnPrint
Raises the Paint event.
(Inherited from Control.)
Protected methodOnQueryContinueDrag
Raises the QueryContinueDrag event.
(Inherited from Control.)
Protected methodOnRegionChanged
Raises the RegionChanged event.
(Inherited from Control.)
Protected methodOnResize
Raises the Resize event.
(Inherited from Control.)
Protected methodOnRightToLeftChanged
Raises the RightToLeftChanged event.
(Inherited from Control.)
Protected methodOnSizeChanged
Raises the SizeChanged event.
(Inherited from Control.)
Protected methodOnStyleChanged
Raises the StyleChanged event.
(Inherited from Control.)
Protected methodOnSystemColorsChanged
Raises the SystemColorsChanged event.
(Inherited from Control.)
Protected methodOnTabIndexChanged
Raises the TabIndexChanged event.
(Inherited from Control.)
Protected methodOnTabStopChanged
Raises the TabStopChanged event.
(Inherited from Control.)
Protected methodOnTextChanged
Raises the TextChanged event.
(Inherited from Control.)
Protected methodOnValidated
Raises the Validated event.
(Inherited from Control.)
Protected methodOnValidating
Raises the Validating event.
(Inherited from Control.)
Protected methodOnVisibleChanged
Raises the VisibleChanged event.
(Inherited from Control.)
Public methodPerformLayout 
Forces the control to apply layout logic to all its child controls.
(Inherited from Control.)
Public methodPerformLayout(Control, String)
Forces the control to apply layout logic to all its child controls.
(Inherited from Control.)
Public methodPointToClient
Computes the location of the specified screen point into client coordinates.
(Inherited from Control.)
Public methodPointToScreen
Computes the location of the specified client point into screen coordinates.
(Inherited from Control.)
Public methodPreProcessControlMessage
Preprocesses keyboard or input messages within the message loop before they are dispatched.
(Inherited from Control.)
Public methodPreProcessMessage (Inherited from AxHost.)
Protected methodProcessCmdKey
Processes a command key.
(Inherited from Control.)
Protected methodProcessDialogChar
Processes a dialog character.
(Inherited from Control.)
Protected methodProcessDialogKey (Inherited from AxHost.)
Protected methodProcessKeyEventArgs
Processes a key message and generates the appropriate control events.
(Inherited from Control.)
Protected methodProcessKeyMessage
Processes a keyboard message.
(Inherited from Control.)
Protected methodProcessKeyPreview
Previews a keyboard message.
(Inherited from Control.)
Protected methodProcessMnemonic (Inherited from AxHost.)
Protected methodPropsValid
Returns a value that indicates whether the hosted control is in a state in which its properties can be accessed.
(Inherited from AxHost.)
Public methodQueryRenderCaps
Queries the rendering engine for any special capabilities it might have.
Protected methodRaiseDragEvent
Raises the appropriate drag event.
(Inherited from Control.)
Protected methodRaiseKeyEvent
Raises the appropriate key event.
(Inherited from Control.)
Protected methodRaiseMouseEvent
Raises the appropriate mouse event.
(Inherited from Control.)
Protected methodRaiseOnMouseDown(Object, Object, Object, Object)
Raises the MouseDown event using the specified objects.
(Inherited from AxHost.)
Protected methodRaiseOnMouseDown(Int16, Int16, Single, Single)
Raises the MouseDown event using the specified single-precision floating-point numbers.
(Inherited from AxHost.)
Protected methodRaiseOnMouseDown(Int16, Int16, Int32, Int32)
Raises the MouseDown event using the specified 32-bit signed integers.
(Inherited from AxHost.)
Protected methodRaiseOnMouseMove(Object, Object, Object, Object)
Raises the MouseMove event using the specified objects.
(Inherited from AxHost.)
Protected methodRaiseOnMouseMove(Int16, Int16, Single, Single)
Raises the MouseMove event using the specified single-precision floating-point numbers.
(Inherited from AxHost.)
Protected methodRaiseOnMouseMove(Int16, Int16, Int32, Int32)
Raises the MouseMove event using the specified 32-bit signed integers.
(Inherited from AxHost.)
Protected methodRaiseOnMouseUp(Object, Object, Object, Object)
Raises the MouseUp event using the specified objects.
(Inherited from AxHost.)
Protected methodRaiseOnMouseUp(Int16, Int16, Single, Single)
Raises the MouseUp event using the specified single-precision floating-point numbers.
(Inherited from AxHost.)
Protected methodRaiseOnMouseUp(Int16, Int16, Int32, Int32)
Raises the MouseUp event using the specified 32-bit signed integers.
(Inherited from AxHost.)
Protected methodRaisePaintEvent
Raises the appropriate paint event.
(Inherited from Control.)
Protected methodRecreateHandle
Forces the re-creation of the handle for the control.
(Inherited from Control.)
Public methodRectangleToClient
Computes the size and location of the specified screen rectangle in client coordinates.
(Inherited from Control.)
Public methodRectangleToScreen
Computes the size and location of the specified client rectangle in screen coordinates.
(Inherited from Control.)
Public methodRefresh
Forces the control to invalidate its client area and immediately redraw itself and any child controls.
(Inherited from Control.)
Protected methodRefreshContextMenu
Public methodResetBackColor
Resets the BackColor property to its default value.
(Inherited from Control.)
Public methodResetBindings
Causes a control bound to the BindingSource to reread all the items in the list and refresh their displayed values.
(Inherited from Control.)
Public methodResetCursor
Resets the Cursor property to its default value.
(Inherited from Control.)
Public methodResetFont
Resets the Font property to its default value.
(Inherited from Control.)
Public methodResetForeColor
Resets the ForeColor property to its default value.
(Inherited from Control.)
Public methodResetImeMode
Resets the ImeMode property to its default value.
(Inherited from Control.)
Protected methodResetMouseEventArgs
Resets the control to handle the MouseLeave event.
(Inherited from Control.)
Public methodResetRightToLeft
Resets the RightToLeft property to its default value.
(Inherited from Control.)
Public methodResetText
Resets the Text property to its default value.
(Inherited from Control.)
Public methodResumeLayout 
Resumes usual layout logic.
(Inherited from Control.)
Public methodResumeLayout(Boolean)
Resumes usual layout logic, optionally forcing an immediate layout of pending layout requests.
(Inherited from Control.)
Protected methodRtlTranslateAlignment(HorizontalAlignment)
Converts the specified HorizontalAlignment to the appropriate HorizontalAlignment to support right-to-left text.
(Inherited from Control.)
Protected methodRtlTranslateAlignment(LeftRightAlignment)
Converts the specified LeftRightAlignment to the appropriate LeftRightAlignment to support right-to-left text.
(Inherited from Control.)
Protected methodRtlTranslateAlignment(ContentAlignment)
Converts the specified ContentAlignment to the appropriate ContentAlignment to support right-to-left text.
(Inherited from Control.)
Protected methodRtlTranslateContent
Converts the specified ContentAlignment to the appropriate ContentAlignment to support right-to-left text.
(Inherited from Control.)
Protected methodRtlTranslateHorizontal
Converts the specified HorizontalAlignment to the appropriate HorizontalAlignment to support right-to-left text.
(Inherited from Control.)
Protected methodRtlTranslateLeftRight
Converts the specified LeftRightAlignment to the appropriate LeftRightAlignment to support right-to-left text.
(Inherited from Control.)
Public methodScale(Single)Obsolete.
Scales the control and any child controls.
(Inherited from Control.)
Public methodScale(SizeF)
Scales the control and all child controls by the specified scaling factor.
(Inherited from Control.)
Public methodScale(Single, Single)Obsolete.
Scales the entire control and any child controls.
(Inherited from Control.)
Protected methodScaleControl
Scales a control's location, size, padding and margin.
(Inherited from Control.)
Protected methodScaleCore
This method is not relevant for this class.
(Inherited from Control.)
Public methodSelect 
Activates the control.
(Inherited from Control.)
Protected methodSelect(Boolean, Boolean)
Activates a child control. Optionally specifies the direction in the tab order to select the control from.
(Inherited from Control.)
Public methodSelectNextControl
Activates the next control.
(Inherited from Control.)
Public methodSendToBack
Sends the control to the back of the z-order.
(Inherited from Control.)
Protected methodSetAboutBoxDelegate
Calls the ShowAboutBox  method to display the ActiveX control's About dialog box.
(Inherited from AxHost.)
Protected methodSetAutoSizeMode
Sets a value indicating how a control will behave when its AutoSize property is enabled.
(Inherited from Control.)
Public methodSetBounds(Int32, Int32, Int32, Int32)
Sets the bounds of the control to the specified location and size.
(Inherited from Control.)
Public methodSetBounds(Int32, Int32, Int32, Int32, BoundsSpecified)
Sets the specified bounds of the control to the specified location and size.
(Inherited from Control.)
Protected methodSetBoundsCore (Inherited from AxHost.)
Protected methodSetClientSizeCore
Sets the size of the client area of the control.
(Inherited from Control.)
Public methodSetColorMapClipColors
Sets the lower and upper clip colors of the colormap range of interest.
Public methodSetColorMapRoiLimits
Sets the lower and upper limit of the colormap's range of interest expressed as a floating point number where 0.0 represents pixel value zero and 1.0 represents the max pixel value (which depends on the displayed image).
Public methodSetImage16GreyColorMap
Sets a colormap for 16-bit greyscale image display. The size of the colormap being set must match the type of 16-bit image being currently displayed (either 10, 12, 14, or 16-bit image) otherwise an exception is thrown. In order to change colormap sizes, remove any image being displayed.
Public methodSetImage16RangeColorMap
Sets a colormap for 16-bit range image display. The size of the colormap being set must match the type of 16-bit image being currently displayed (either 10, 12, 14, or 16-bit image) otherwise an exception is thrown. In order to change colormap sizes, remove any image being displayed.
Public methodSetImage8GreyColorMap(ArrayList)
Sets a colormap for 8-bit greyscale image display. The size of the colormap must be 256.
Public methodSetImage8GreyColorMap(Byte, CogColorConstants)
Maps a grey scale pixel value to an OLE_COLOR.
Public methodSetImagePanAnchor
Sets the image pan anchor position.
Public methodSetScreenPanAnchor
Sets the screen pan anchor position.
Protected methodSetStyle
Sets a specified ControlStyles flag to either true or false.
(Inherited from Control.)
Protected methodSetTopLevel
Sets the control as the top-level control.
(Inherited from Control.)
Protected methodSetVisibleCore (Inherited from AxHost.)
Public methodShow
Displays the control to the user.
(Inherited from Control.)
Public methodShowAboutBox
Displays the ActiveX control's About dialog box.
(Inherited from AxHost.)
Public methodShowPropertyPages 
Displays the property pages associated with the ActiveX control.
(Inherited from AxHost.)
Public methodShowPropertyPages(Control)
Displays the property pages associated with the ActiveX control assigned to the specified parent control.
(Inherited from AxHost.)
Protected methodSizeFromClientSize
Determines the size of the entire control from the height and width of its client area.
(Inherited from Control.)
Public methodStartLiveDisplay
Starts live image display using the specified acquisition FIFO.
Public methodStopLiveDisplay
Stops live image display.
Public methodSuspendLayout
Temporarily suspends the layout logic for the control.
(Inherited from Control.)
Public methodToString
Returns a String containing the name of the Component, if any. This method should not be overridden.
(Inherited from Component.)
Public methodTune
Public methodUpdate
Causes the control to redraw the invalidated regions within its client area.
(Inherited from Control.)
Protected methodUpdateBounds 
Updates the bounds of the control with the current size and location.
(Inherited from Control.)
Protected methodUpdateBounds(Int32, Int32, Int32, Int32)
Updates the bounds of the control with the specified size and location.
(Inherited from Control.)
Protected methodUpdateBounds(Int32, Int32, Int32, Int32, Int32, Int32)
Updates the bounds of the control with the specified size, location, and client size.
(Inherited from Control.)
Protected methodUpdateStyles
Forces the assigned styles to be reapplied to the control.
(Inherited from Control.)
Protected methodUpdateZOrder
Updates the control in its parent's z-order.
(Inherited from Control.)
Protected methodWndProc (Inherited from AxHost.)
Top
Fields

  NameDescription
Public fieldStatic memberSfAttentionGraphic
Public fieldStatic memberSfAutoFit
Public fieldStatic memberSfAutoFitWithGraphics
Public fieldStatic memberSfBackColor
Public fieldStatic memberSfClearImage16GreyColorMap
Public fieldStatic memberSfClearImage16RangeColorMap
Public fieldStatic memberSfClearImage8GreyColorMap
Public fieldStatic memberSfColorMapLowerClipColor
Public fieldStatic memberSfColorMapLowerRoiLimit
Public fieldStatic memberSfColorMapPredefined
Public fieldStatic memberSfColorMapUpperClipColor
Public fieldStatic memberSfColorMapUpperRoiLimit
Public fieldStatic memberSfDoubleTapZoomCycleLength
Public fieldStatic memberSfDoubleTapZoomSensitivity
Public fieldStatic memberSfDrawingEnabled
Public fieldStatic memberSfEnabled
Public fieldStatic memberSfGridColor
Public fieldStatic memberSfGridEnabled
Public fieldStatic memberSfHorizontalScrollBar
Public fieldStatic memberSfImage
Public fieldStatic memberSfImage16GreyColorMap
Public fieldStatic memberSfImage16RangeColorMap
Public fieldStatic memberSfImage8GreyColorMap
Public fieldStatic memberSfImagePanAnchor
Public fieldStatic memberSfInteractiveGraphicTipsEnabled
Public fieldStatic memberSfLiveDisplayRunning
Public fieldStatic memberSfMaintainImageRegion
Public fieldStatic memberSfMouseMode
Public fieldStatic memberSfMouseWheelMode
Public fieldStatic memberSfMouseWheelSensitivity
Public fieldStatic memberSfMultiSelectionEnabled
Protected fieldStatic memberSfNextSf
Public fieldStatic memberSfPanX
Public fieldStatic memberSfPanXMax
Public fieldStatic memberSfPanXMin
Public fieldStatic memberSfPanY
Public fieldStatic memberSfPanYMax
Public fieldStatic memberSfPanYMin
Public fieldStatic memberSfPopupMenu
Public fieldStatic memberSfRenderEngine
Public fieldStatic memberSfScalingMethod
Public fieldStatic memberSfScreenPanAnchor
Public fieldStatic memberSfSelectionObsolete.
Public fieldStatic memberSfShowVisiblePixelMask
Public fieldStatic memberSfSubPixelGridColor
Public fieldStatic memberSfSubPixelGridEnabled
Public fieldStatic memberSfTouchDistance
Public fieldStatic memberSfUserDefinedMouseCursor
Public fieldStatic memberSfVerticalScrollBar
Public fieldStatic memberSfVisiblePixelMaskColor
Public fieldStatic memberSfZoom
Top
Properties

  NameDescription
Public propertyAccessibilityObject
Gets the AccessibleObject assigned to the control.
(Inherited from Control.)
Public propertyAccessibleDefaultActionDescription
Gets or sets the default action description of the control for use by accessibility client applications.
(Inherited from Control.)
Public propertyAccessibleDescription
Gets or sets the description of the control used by accessibility client applications.
(Inherited from Control.)
Public propertyAccessibleName
Gets or sets the name of the control used by accessibility client applications.
(Inherited from Control.)
Public propertyAccessibleRole
Gets or sets the accessible role of the control
(Inherited from Control.)
Public propertyAllowDrop
Gets or sets a value indicating whether the control can accept data that the user drags onto it.
(Inherited from Control.)
Public propertyAnchor
Gets 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 Control.)
Public propertyAttentionGraphic
Returns the interactive graphic the mouse is currently over.
Public propertyAutoFit
Gets or sets AutoFit. if true, the image is resized to fit the display whenever the size of the control changes.
Public propertyAutoFitWithGraphics
Gets or sets AutoFitWithGraphics. If true, the image and the graphics are resized to fit within the display whenever the size of the control changes.
Public propertyAutoScrollOffset
Gets or sets where this control is scrolled to in ScrollControlIntoView(Control).
(Inherited from Control.)
Public propertyAutoSize
This property is not relevant for this class.
(Inherited from Control.)
Public propertyBackColor
Gets or sets the background color of the display.
(Overrides AxHost BackColor.)
Public propertyBackgroundImage
This property is not relevant for this class.
(Inherited from AxHost.)
Public propertyBackgroundImageLayout
This property is not relevant for this class.
(Inherited from AxHost.)
Public propertyBindingContext
Gets or sets the BindingContext for the control.
(Inherited from Control.)
Public propertyBottom
Gets the distance, in pixels, between the bottom edge of the control and the top edge of its container's client area.
(Inherited from Control.)
Public propertyBounds
Gets or sets the size and location of the control including its nonclient elements, in pixels, relative to the parent control.
(Inherited from Control.)
Protected propertyCanEnableIme
Gets a value indicating whether the ImeMode property can be set to an active value, to enable IME support.
(Inherited from Control.)
Public propertyCanFocus
Gets a value indicating whether the control can receive focus.
(Inherited from Control.)
Protected propertyCanRaiseEvents
Determines if events can be raised on the control.
(Inherited from Control.)
Public propertyCanSelect
Gets a value indicating whether the control can be selected.
(Inherited from Control.)
Public propertyCapture
Gets or sets a value indicating whether the control has captured the mouse.
(Inherited from Control.)
Public propertyCausesValidation
Gets 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 Control.)
Public propertyClientRectangle
Gets the rectangle that represents the client area of the control.
(Inherited from Control.)
Public propertyClientSize
Gets or sets the height and width of the client area of the control.
(Inherited from Control.)
Public propertyColorMapLowerClipColor
Gets or sets the lower clip color of the colormap. This property is only valid if an image is being displayed and ColorMapPredefined is not None or Custom.
Public propertyColorMapLowerRoiLimit
Gets or sets the lower limit of the colormap's range of interest expressed as a floating point number where 0.0 represents pixel value zero and 1.0 represents the max pixel value (which depends on the displayed image).
Public propertyColorMapPredefined
Gets or sets the predefined colormap on this display object.
Public propertyColorMapUpperClipColor
Gets or sets the upper clip color of the colormap. This property is only valid if an image is being displayed and ColorMapPredefined is not None or Custom.
Public propertyColorMapUpperRoiLimit
Gets or sets the upper limit of the colormap's range of interest expressed as a floating point number where 0.0 represents pixel value zero and 1.0 represents the max pixel value (which depends on the displayed image).
Public propertyCompanyName
Gets the name of the company or creator of the application containing the control.
(Inherited from Control.)
Public propertyContainer
Gets the IContainer that contains the Component.
(Inherited from Component.)
Public propertyContainingControl
Gets or sets the control containing the ActiveX control.
(Inherited from AxHost.)
Public propertyContainsFocus
Gets a value indicating whether the control, or one of its child controls, currently has the input focus.
(Inherited from Control.)
Public propertyContextMenu
This property is not relevant for this class.
(Inherited from AxHost.)
Public propertyContextMenuStrip
Gets or sets the ContextMenuStrip associated with this control.
(Inherited from Control.)
Public propertyControls
Gets the collection of controls contained within the control.
(Inherited from Control.)
Public propertyCreated
Gets a value indicating whether the control has been created.
(Inherited from Control.)
Protected propertyCreateParams (Inherited from AxHost.)
Public propertyCursor
This property is not relevant for this class.
(Inherited from AxHost.)
Public propertyDataBindings
Gets the data bindings for the control.
(Inherited from Control.)
Protected propertyDefaultCursor
Gets or sets the default cursor for the control.
(Inherited from Control.)
Protected propertyDefaultImeMode
Gets the default Input Method Editor (IME) mode supported by the control.
(Inherited from Control.)
Protected propertyDefaultMargin
Gets the space, in pixels, that is specified by default between controls.
(Inherited from Control.)
Protected propertyDefaultMaximumSize
Gets the length and height, in pixels, that is specified as the default maximum size of a control.
(Inherited from Control.)
Protected propertyDefaultMinimumSize
Gets the length and height, in pixels, that is specified as the default minimum size of a control.
(Inherited from Control.)
Protected propertyDefaultPadding
Gets the internal spacing, in pixels, of the contents of a control.
(Inherited from Control.)
Protected propertyDefaultSize (Inherited from AxHost.)
Protected propertyDesignMode
Gets a value that indicates whether the Component is currently in design mode.
(Inherited from Component.)
Public propertyDisplayRectangle
Gets the rectangle that represents the display area of the control.
(Inherited from Control.)
Public propertyDisposing
Gets a value indicating whether the base Control class is in the process of disposing.
(Inherited from Control.)
Public propertyDock
Gets or sets which control borders are docked to its parent control and determines how a control is resized with its parent.
(Inherited from Control.)
Protected propertyDoubleBuffered
Gets or sets a value indicating whether this control should redraw its surface using a secondary buffer to reduce or prevent flicker.
(Inherited from Control.)
Public propertyDoubleTapZoomCycleLength
Sets/Gets the number of times double tapping (double clicking) on the Display will zoom in before a final double tap will restore the original zoom/pan settings. DoubleTapZoomCycleLength only applies when MouseMode is set to Touch.
Public propertyDoubleTapZoomSensitivity
Gets or sets the sensitivity (how much to zoom in) when zooming in via double tapping. This setting only applies when MouseMode is set to Touch.
Public propertyDrawingEnabled
Gets or sets whether drawing takes place.
Public propertyEditMode
Returns a value that indicates whether the hosted control is in edit mode.
(Inherited from AxHost.)
Public propertyEnabled
Gets or sets whether the display is enabled.
(Overrides AxHost Enabled.)
Protected propertyEvents
Gets the list of event handlers that are attached to this Component.
(Inherited from Component.)
Public propertyFocused
Gets a value indicating whether the control has input focus.
(Inherited from Control.)
Public propertyFont
This property is not relevant for this class.
(Inherited from AxHost.)
Protected propertyFontHeight
Gets or sets the height of the font of the control.
(Inherited from Control.)
Public propertyForeColor
This property is not relevant for this class.
(Inherited from AxHost.)
Public propertyGridColor
Gets or sets the color of the pixel grid lines.
Public propertyGridEnabled
Gets or sets whether the pixel grid is visible.
Public propertyHandle
Gets the window handle that the control is bound to.
(Inherited from Control.)
Public propertyHasAboutBox
Gets a value indicating whether the ActiveX control has an About dialog box.
(Inherited from AxHost.)
Public propertyHasChildren
Gets a value indicating whether the control contains one or more child controls.
(Inherited from Control.)
Public propertyHeight
Gets or sets the height of the control.
(Inherited from Control.)
Public propertyHorizontalScrollBar
Gets or sets whether the horizontal scroll bar is visible.
Public propertyImage
Gets or sets the image currently in the display.
Public propertyImeMode
This property is not relevant for this class.
(Inherited from AxHost.)
Protected propertyImeModeBase
Gets or sets the IME mode of a control.
(Inherited from Control.)
Public propertyInteractiveGraphics
Gets the interactive graphics container that contains the interactive graphics in this display.
Public propertyInteractiveGraphicTipsEnabled
Gets or sets whether tool tips are displayed when the mouse is held over an interactive graphic.
Public propertyInvokeRequired
Gets a value indicating whether the caller must call an invoke method when making method calls to the control because the caller is on a different thread than the one the control was created on.
(Inherited from Control.)
Public propertyIsAccessible
Gets or sets a value indicating whether the control is visible to accessibility applications.
(Inherited from Control.)
Public propertyIsDisposed
Gets a value indicating whether the control has been disposed of.
(Inherited from Control.)
Public propertyIsHandleCreated
Gets a value indicating whether the control has a handle associated with it.
(Inherited from Control.)
Public propertyIsMirrored
Gets a value indicating whether the control is mirrored.
(Inherited from Control.)
Public propertyLayoutEngine
Gets a cached instance of the control's layout engine.
(Inherited from Control.)
Public propertyLeft
Gets or sets the distance, in pixels, between the left edge of the control and the left edge of its container's client area.
(Inherited from Control.)
Public propertyLiveDisplayRunning
Returns true if live image display is active.
Public propertyLocation
Gets or sets the coordinates of the upper-left corner of the control relative to the upper-left corner of its container.
(Inherited from Control.)
Public propertyLostAndFound
Gets the graphics that could not be rendered in the display.
Public propertyMaintainImageRegion
Gets or sets the MaintainImageRegion.
Public propertyMargin
Gets or sets the space between controls.
(Inherited from Control.)
Public propertyMaximumSize
Gets or sets the size that is the upper limit that GetPreferredSize(Size) can specify.
(Inherited from Control.)
Public propertyMinimumSize
Gets or sets the size that is the lower limit that GetPreferredSize(Size) can specify.
(Inherited from Control.)
Public propertyMouseMode
Gets or sets the behavior of the display control in response to mouse input.
Public propertyMouseWheelMode
Gets or sets the behavior of the display control in response to mouse wheel input.
Public propertyMouseWheelSensitivity
Gets or sets the sensitivity of the mouse wheel when zooming in the display.
Public propertyMultiSelectionEnabled
Gets or sets whether the user can select more than one interactive shape in the display.
Public propertyName
Gets or sets the name of the control.
(Inherited from Control.)
Public propertyOcxState
Gets or sets the persisted state of the ActiveX control.
(Inherited from AxHost.)
Public propertyPadding
Gets or sets padding within the control.
(Inherited from Control.)
Public propertyPanX
Gets or sets the x-position of the image in the display.
Public propertyPanXMax
Returns the maximum PanX value.
Public propertyPanXMin
Returns the minimum PanX value.
Public propertyPanY
Gets or sets the y-position of image in the display.
Public propertyPanYMax
Returns the maximum PanY value.
Public propertyPanYMin
Returns the minimum PanY value.
Public propertyParent
Gets or sets the parent container of the control.
(Inherited from Control.)
Public propertyPopupMenu
Gets or sets whether the user can right-click to bring up a pop-up menu that controls the behavior of the display.
Public propertyPreferredSize
Gets the size of a rectangular area into which the control can fit.
(Inherited from Control.)
Public propertyProductName
Gets the product name of the assembly containing the control.
(Inherited from Control.)
Public propertyProductVersion
Gets the version of the assembly containing the control.
(Inherited from Control.)
Public propertyRecreatingHandle
Gets a value indicating whether the control is currently re-creating its handle.
(Inherited from Control.)
Public propertyRegion
Gets or sets the window region associated with the control.
(Inherited from Control.)
Public propertyRenderEngine
Gets or sets the rendering engine used to draw the contents of the display.
Protected propertyRenderRightToLeftObsolete.
This property is now obsolete.
(Inherited from Control.)
Protected propertyResizeRedraw
Gets or sets a value indicating whether the control redraws itself when resized.
(Inherited from Control.)
Public propertyRight
Gets the distance, in pixels, between the right edge of the control and the left edge of its container's client area.
(Inherited from Control.)
Public propertyRightToLeft
This property is not relevant for this class.
(Inherited from AxHost.)
Protected propertyScaleChildren
Gets a value that determines the scaling of child controls.
(Inherited from Control.)
Public propertyScalingMethod
Gets or sets the scaling method the display control uses when zooming.
Public propertySelection
Returns the collection of currently selected interactive shapes in the display.

Warning: The Display does _NOT_ raise changed events when the selected graphics change! Additionally, a new CogGraphicInteractiveCollection is returned every time the getter for this property is called.

Protected propertyShowFocusCues
Gets a value indicating whether the control should display focus rectangles.
(Inherited from Control.)
Protected propertyShowKeyboardCues
Gets a value indicating whether the user interface is in the appropriate state to show or hide keyboard accelerators.
(Inherited from Control.)
Public propertySite (Inherited from AxHost.)
Public propertySize
Gets or sets the height and width of the control.
(Inherited from Control.)
Public propertyStaticGraphics
Gets the static graphics container that contains the static graphics in this display.
Public propertySubPixelGridColor
Gets or sets the color of the sub-pixel grid lines.
Public propertySubPixelGridEnabled
Gets or sets whether the sub-pixel grid is visible.
Public propertyTabIndex
Gets or sets the tab order of the control within its container.
(Inherited from Control.)
Public propertyTabStop
Gets or sets a value indicating whether the user can give the focus to this control using the TAB key.
(Inherited from Control.)
Public propertyTag
Gets or sets the object that contains data about the control.
(Inherited from Control.)
Public propertyText
This property is not relevant for this class.
(Inherited from AxHost.)
Public propertyTop
Gets or sets the distance, in pixels, between the top edge of the control and the top edge of its container's client area.
(Inherited from Control.)
Public propertyTopLevelControl
Gets the parent control that is not parented by another Windows Forms control. Typically, this is the outermost Form that the control is contained in.
(Inherited from Control.)
Public propertyTouchDistance
Gets or sets the touch distance in pixels.
Public propertyUserDefinedMouseCursor
Gets or sets the cursor that will be displayed whenever the MouseMode property is set to 'UserDefined'.
Public propertyUserDisplayTree
Returns a coordinate space tree containing coordinate spaces associated with this display control.
Public propertyUserPixelTree
Returns a coordinate space tree containing coordinate spaces associated with this display control.
Public propertyUseWaitCursor
Gets or sets a value indicating whether to use the wait cursor for the current control and all child controls.
(Inherited from Control.)
Public propertyVerticalScrollBar
Gets or sets whether the vertical scroll bar is visible.
Public propertyVisible
Gets or sets a value indicating whether the control and all its child controls are displayed.
(Inherited from Control.)
Public propertyVisiblePixelMaskColor
The fill color of the visible pixel mask.
Public propertyVisiblePixelMaskEnable
Whether the visible pixel mask is displayed to the user or not.
Public propertyWidth
Gets or sets the width of the control.
(Inherited from Control.)
Public propertyWindowTarget
This property is not relevant for this class.
(Inherited from Control.)
Public propertyZoom
Gets or sets the scale value used to display the image and graphics.
Top
Events

  NameDescription
Public eventAutoSizeChanged
This event is not relevant for this class.
(Inherited from Control.)
Public eventBackColorChanged
The BackColorChanged event is not supported by the AxHost class.
(Inherited from AxHost.)
Public eventBackgroundImageChanged
The BackgroundImageChanged event is not supported by the AxHost class.
(Inherited from AxHost.)
Public eventBackgroundImageLayoutChanged
This event is not relevant for this class.
(Inherited from AxHost.)
Public eventBindingContextChanged
The BindingContextChanged event is not supported by the AxHost class.
(Inherited from AxHost.)
Public eventCausesValidationChanged
Occurs when the value of the CausesValidation property changes.
(Inherited from Control.)
Public eventChanged
Public eventChangeUICues
The ChangeUICues event is not supported by the AxHost class.
(Inherited from AxHost.)
Public eventClick
Public eventClientSizeChanged
Occurs when the value of the ClientSize property changes.
(Inherited from Control.)
Public eventContextMenuChanged
The ContextMenuChanged event is not supported by the AxHost class.
(Inherited from AxHost.)
Public eventContextMenuStripChanged
Occurs when the value of the ContextMenuStrip property changes.
(Inherited from Control.)
Public eventControlAdded (Inherited from Control.)
Public eventControlRemoved (Inherited from Control.)
Public eventCursorChanged
The CursorChanged event is not supported by the AxHost class.
(Inherited from AxHost.)
Public eventDisposed
Occurs when the component is disposed by a call to the Dispose  method.
(Inherited from Component.)
Public eventDockChanged
Occurs when the value of the Dock property changes.
(Inherited from Control.)
Public eventDoubleClick
Public eventDragDrop
The DragDrop event is not supported by the AxHost class.
(Inherited from AxHost.)
Public eventDragEnter
The DragEnter event is not supported by the AxHost class.
(Inherited from AxHost.)
Public eventDraggingStopped
Public eventDragLeave
The DragLeave event is not supported by the AxHost class.
(Inherited from AxHost.)
Public eventDragOver
The DragOver event is not supported by the AxHost class.
(Inherited from AxHost.)
Public eventEnabledChanged
The EnabledChanged event is not supported by the AxHost class.
(Inherited from AxHost.)
Public eventEnter
Occurs when the control is entered.
(Inherited from Control.)
Public eventFontChanged
The FontChanged event is not supported by the AxHost class.
(Inherited from AxHost.)
Public eventForeColorChanged
The ForeColorChanged event is not supported by the AxHost class.
(Inherited from AxHost.)
Public eventGiveFeedback
The GiveFeedback event is not supported by the AxHost class.
(Inherited from AxHost.)
Public eventGotFocus
Occurs when the control receives focus.
(Inherited from Control.)
Public eventHandleCreated
Occurs when a handle is created for the control.
(Inherited from Control.)
Public eventHandleDestroyed
Occurs when the control's handle is in the process of being destroyed.
(Inherited from Control.)
Public eventHelpRequested
The HelpRequested event is not supported by the AxHost class.
(Inherited from AxHost.)
Public eventImeModeChanged
The ImeModeChanged event is not supported by the AxHost class.
(Inherited from AxHost.)
Public eventInvalidated
Occurs when a control's display requires redrawing.
(Inherited from Control.)
Public eventKeyDown
Public eventKeyPress
Public eventKeyUp
Public eventLayout
The Layout event is not supported by the AxHost class.
(Inherited from AxHost.)
Public eventLeave
Occurs when the input focus leaves the control.
(Inherited from Control.)
Public eventLocationChanged
Occurs when the Location property value has changed.
(Inherited from Control.)
Public eventLostFocus
Occurs when the control loses focus.
(Inherited from Control.)
Public eventMarginChanged
Occurs when the control's margin changes.
(Inherited from Control.)
Public eventMouseCaptureChanged
Occurs when the control loses or gains mouse capture.
(Inherited from Control.)
Public eventMouseClick
This event is not relevant for this class.
(Inherited from AxHost.)
Public eventMouseDoubleClick
This event is not relevant for this class.
(Inherited from AxHost.)
Public eventMouseDown
Public eventMouseEnter
The MouseEnter event is not supported by the AxHost class.
(Inherited from AxHost.)
Public eventMouseHover
The MouseHover event is not supported by the AxHost class.
(Inherited from AxHost.)
Public eventMouseLeave
The MouseLeave event is not supported by the AxHost class.
(Inherited from AxHost.)
Public eventMouseMove
Public eventMouseUp
Public eventMouseWheel
The MouseWheel event is not supported by the AxHost class.
(Inherited from AxHost.)
Public eventMove
Occurs when the control is moved.
(Inherited from Control.)
Public eventPaddingChanged
Occurs when the control's padding changes.
(Inherited from Control.)
Public eventPaint
The Paint event is not supported by the AxHost class.
(Inherited from AxHost.)
Public eventParentChanged
Occurs when the Parent property value changes.
(Inherited from Control.)
Public eventPreviewKeyDown
Occurs before the KeyDown event when a key is pressed while focus is on this control.
(Inherited from Control.)
Public eventQueryAccessibilityHelp
The QueryAccessibilityHelp event is not supported by the AxHost class.
(Inherited from AxHost.)
Public eventQueryContinueDrag
The QueryContinueDrag event is not supported by the AxHost class.
(Inherited from AxHost.)
Public eventRegionChanged
Occurs when the value of the Region property changes.
(Inherited from Control.)
Public eventResize
Occurs when the control is resized.
(Inherited from Control.)
Public eventRightToLeftChanged
The RightToLeftChanged event is not supported by the AxHost class.
(Inherited from AxHost.)
Public eventSizeChanged
Occurs when the Size property value changes.
(Inherited from Control.)
Public eventStyleChanged
The StyleChanged event is not supported by the AxHost class.
(Inherited from AxHost.)
Public eventSystemColorsChanged
Occurs when the system colors change.
(Inherited from Control.)
Public eventTabIndexChanged
Occurs when the TabIndex property value changes.
(Inherited from Control.)
Public eventTabStopChanged
Occurs when the TabStop property value changes.
(Inherited from Control.)
Public eventTextChanged
The TextChanged event is not supported by the AxHost class.
(Inherited from AxHost.)
Public eventValidated
Occurs when the control is finished validating.
(Inherited from Control.)
Public eventValidating
Occurs when the control is validating.
(Inherited from Control.)
Public eventVisibleChanged
Occurs when the Visible property value changes.
(Inherited from Control.)
Top
Remarks

The Cognex Display control is an ActiveX control which displays images and graphics. You display images by setting the property to be the image you want to display. You display graphics by adding graphic objects to the StaticGraphics or InteractiveGraphics collections in a display.

See Displaying an Image, Annotating an Image, and Drawing Graphics to learn more about drawing images and graphics in a display control.

See Also