GraphicInteractiveBase TipText Property Cognex VisionPro 9.23
Get

Text to describe this graphic in a tool tip. Newline characters can be used to create multi-line tip text.

Set

Sets TipText.

Namespace: Cognex.Vision
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.24.0.0
Syntax

public abstract string TipText { get; set; }

Property Value

Type: String

Implements

IGraphicInteractive TipText
Remarks

Gets the text that describes this IGraphicInteractive in a tool tip.

Remarks

Changed Raised when the value of this property changes. The following state flag may be affected:

See Also