Click or drag to resize

IMcCaptDevAttributeContext Property

Gets or sets the context flags for the attribute.

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

Property Value

Type: Int32
Remarks
Each attribute has context flags associated with it for UI context information. The Context 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