ContentElement.IsKeyboardFocused Proprietà

Definizione

Ottiene un valore che indica se l'elemento ha lo stato attivo della tastiera.

public:
 property bool IsKeyboardFocused { bool get(); };
public bool IsKeyboardFocused { get; }
member this.IsKeyboardFocused : bool
Public ReadOnly Property IsKeyboardFocused As Boolean

Valore della proprietà

Boolean

true se l'elemento ha lo stato attivo della tastiera. In caso contrario, false. Il valore predefinito è false.

Implementazioni

Commenti

Informazioni proprietà di dipendenza

Campo Identificatore IsKeyboardFocusedProperty
Proprietà dei metadati impostate su true Nessuno

Si applica a

Vedi anche