SearchBar Classe
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.
Permet de contrôler le vérificateur d’orthographe dans les barres de recherche.
public ref class SearchBar abstract sealed
public static class SearchBar
type SearchBar = class
Public Module SearchBar
- Héritage
-
SearchBar
Champs
IsSpellCheckEnabledProperty |
Propriété pouvant être liée pour IsSpellCheckEnabled(IPlatformElementConfiguration<Windows,SearchBar>). |
Méthodes
DisableSpellCheck(IPlatformElementConfiguration<Windows,SearchBar>) |
Désactive le vérificateur d’orthographe. |
EnableSpellCheck(IPlatformElementConfiguration<Windows,SearchBar>) |
Active le vérificateur d’orthographe. |
GetIsSpellCheckEnabled(BindableObject) |
Retourne une valeur booléenne qui indique si le vérificateur d’orthographe est activé. |
GetIsSpellCheckEnabled(IPlatformElementConfiguration<Windows,SearchBar>) |
Retourne une valeur booléenne qui indique si le vérificateur d’orthographe est activé. |
IsSpellCheckEnabled(IPlatformElementConfiguration<Windows,SearchBar>) |
Retourne une valeur booléenne qui indique si le vérificateur d’orthographe est activé. |
SetIsSpellCheckEnabled(BindableObject, Boolean) |
Active et désactive le vérificateur d’orthographe. |
SetIsSpellCheckEnabled(IPlatformElementConfiguration<Windows,SearchBar>, Boolean) |
Active et désactive le vérificateur d’orthographe. |