CogDisplay InteractiveGraphicTipsEnabled Property Cognex VisionPro 9.8 SR1
Gets or sets whether tool tips are displayed when the mouse is held over an interactive graphic.

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

public virtual bool InteractiveGraphicTipsEnabled { get; set; }

Property Value

Type: Boolean
True if tool tips are displayed when the mouse is held over an interactive graphic.
Exceptions

Remarks

Use the graphic's TipText property to set its tool tip text.

See Also