FocusControl.WaitForFocusSupported Property

Definition

Gets a value that indicates whether WaitForFocus is supported by the capture device.

public:
 property bool WaitForFocusSupported { bool get(); };
bool WaitForFocusSupported();
public bool WaitForFocusSupported { get; }
var boolean = focusControl.waitForFocusSupported;
Public ReadOnly Property WaitForFocusSupported As Boolean

Property Value

Boolean

bool

A value indicating whether WaitForFocus is supported by the capture device.

Applies to