Click or drag to resize

IMcCaptDevAttribute3Lock Property

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

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

Property Value

Type: Boolean

Implements

IMcCaptDevAttribute2Lock
Remarks
Set to true or false to indicate whether the attribute's preview and acquire values are locked together. Setting this property to true will synchronize the preview and standard values so that whenever one is set, the other is automatically set to the same value. Note that this property may be disabled if DisableLock is set to true.
See Also