FocusControl.FocusChangedSupported Property

Definition

Gets a value that specifics if the capture device supports the FocusChanged event.

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

Property Value

Boolean

bool

true if the focus changed event is supported; otherwise, false.

Applies to