FocusSettings.DisableDriverFallback 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 or sets a value that indicates to the driver if it should disable determining a focus position when the focus search fails.
public:
property bool DisableDriverFallback { bool get(); void set(bool value); };
bool DisableDriverFallback();
void DisableDriverFallback(bool value);
public bool DisableDriverFallback { get; set; }
var boolean = focusSettings.disableDriverFallback;
focusSettings.disableDriverFallback = boolean;
Public Property DisableDriverFallback As Boolean
Property Value
Boolean
bool
true if the driver should not determine a focus position if the focus search fails. false if the driver should determine a focus position if the focus search fails.
Remarks
This property only impacts autofocus (single autofocus and continuous autofocus).