CogDisplay InteractiveGraphicTipsEnabled Property Cognex VisionPro 9.24
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: 91.0.0.0 (91.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

ExceptionCondition
AxHost InvalidActiveXStateException Thrown when the display control is invalid.
Remarks

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

See Also