FocusSettings.DisableDriverFallback Property

Definition

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).

Applies to