Returns the interactive graphic the mouse is currently over.
Namespace: Cognex.VisionPro.DisplayAssembly: Cognex.VisionPro.Display.Controls (in Cognex.VisionPro.Display.Controls.dll) Version: 73.0.0.0 (73.0.0.0)
Syntax
Property Value
Type: ICogGraphicInteractiveThe interactive graphic or if the mouse is not over an Interactive graphic.
Events
| Event Type | Reason |
|---|---|
| CogDisplay Changed | Fires when the selection is made. |
Exceptions
| Exception | Condition |
|---|---|
| AxHost InvalidActiveXStateException | Thrown when the display control is invalid. |
Remarks
The mouse is considered over interactive graphic if it is within TouchDistance pixels of the graphic.
See Also