Click or drag to resize

IMcCaptDevAttributeLockToPreview Property

Gets or sets whether the attribute's acquire value is initially set to the preview value or vice versa when the Lock property is set to true.

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

Property Value

Type: Boolean
Remarks
Set to true or false to indicate whether the attribute's acquire value is initially set to the preview value or vice versa. Setting this property to true will set that the acquire value is set to preview value when they are initially locked (Lock property set to true). The initial state of this property (LockToPreview) is true.
See Also