ICogGraphicInteractive TipText Property Cognex VisionPro 9.7
Text to describe this graphic in a tool tip. Newline characters can be used to create multi-line tip text.

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

string TipText { get; set; }

Property Value

Type: String
Events

Event TypeReason
ICogChangedEvent Changed

Fires when the text changes.

The following state flag may be affected:

Remarks

Sets or gets the text that describes this CogGraphicInteractive in a tool tip.

See Also