CogCompositeShape TipText Property Cognex VisionPro 9.20
Text to describe this graphic in a tool tip.

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

public virtual string TipText { get; set; }

Property Value

Type: String

Implements

ICogGraphicInteractive TipText
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