Click or drag to resize

IMcCaptDevAttribute3TextInfo Property

Gets or sets the text info of the attribute.

Namespace:  MediaCy.IQL.Capture
Assembly:  MediaCy.IQL.Capture (in MediaCy.IQL.Capture.dll) Version: 10.0.6912.0
Syntax
VB
Property TextInfo As Object
	Get
	Set

Property Value

Type: Object

Implements

IMcCaptDevAttribute2TextInfo
Remarks
This property holds the text info of the attribute. The text info is an array of strings defined by a particular capture attribute to pass text information about the attribute to clients. The TextInfo property cannot be set on standard attributes (typecode field of attribute ID = 0). Only custom attributes can set the value of this property.
See Also