Click or drag to resize

IMcCaptDevAttribute2DisableLock Property

Gets or sets whether the attribute's acquire value and preview value can be locked.

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

Property Value

Type: Boolean
Remarks
Set to true or false to indicate whether the attribute's preview and acquire values can be locked together using the Lock property of the attribute. Setting this property to true will disable the locking of preview and acquire values. The DisableLock 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