FocusControl.WaitForFocusSupported Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.