AutomationPeer.IsKeyboardFocusableCore Methode

Definition

Wird beim Überschreiben in einer abgeleiteten Klasse von IsKeyboardFocusable() aufgerufen.

protected:
 abstract bool IsKeyboardFocusableCore();
protected abstract bool IsKeyboardFocusableCore ();
abstract member IsKeyboardFocusableCore : unit -> bool
Protected MustOverride Function IsKeyboardFocusableCore () As Boolean

Gibt zurück

true, wenn das Element den Tastaturfokus annehmen kann, andernfalls false.

Gilt für:

Weitere Informationen