FocusControl.FocusChangedSupported 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 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.