UIElementAutomationPeer.IsKeyboardFocusableCore Metodo

Definizione

Ottiene un valore che indica se l'oggetto UIElement associato a UIElementAutomationPeer può accettare lo stato attivo. Questo metodo viene chiamato da IsKeyboardFocusable().

protected:
 override bool IsKeyboardFocusableCore();
protected override bool IsKeyboardFocusableCore ();
override this.IsKeyboardFocusableCore : unit -> bool
Protected Overrides Function IsKeyboardFocusableCore () As Boolean

Restituisce

true se l'elemento è attivabile da tastiera; in caso contrario false.

Si applica a