CogDisplay AttentionGraphic Property Cognex VisionPro 9.7
Returns the interactive graphic the mouse is currently over.

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 virtual ICogGraphicInteractive AttentionGraphic { get; }

Property Value

Type: ICogGraphicInteractive
The interactive graphic or   if the mouse is not over an Interactive graphic.
Events

Exceptions

Remarks

The mouse is considered over interactive graphic if it is within TouchDistance pixels of the graphic.

See Also