CoreComponentInputSource.HasFocus Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient si l’élément de contrôle XAML hébergé actuel a le focus. Si c’est le cas, l’entrée du clavier est fournie à ce contrôle.
public:
property bool HasFocus { bool get(); };
bool HasFocus();
public bool HasFocus { get; }
var boolean = coreComponentInputSource.hasFocus;
Public ReadOnly Property HasFocus As Boolean
Valeur de propriété
Boolean
bool
true si l’élément a le focus ; false si ce n’est pas le cas.