Partager via


SearchBar.SetIsSpellCheckEnabled Méthode

Définition

Surcharges

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.

SetIsSpellCheckEnabled(BindableObject, Boolean)

Active et désactive le vérificateur d’orthographe.

public static void SetIsSpellCheckEnabled (Xamarin.Forms.BindableObject element, bool value);
static member SetIsSpellCheckEnabled : Xamarin.Forms.BindableObject * bool -> unit

Paramètres

element
BindableObject

Élément de barre de recherche.

value
System.Boolean

true pour activer le vérificateur d’orthographe. false pour le désactiver.

S’applique à

SetIsSpellCheckEnabled(IPlatformElementConfiguration<Windows,SearchBar>, Boolean)

Active et désactive le vérificateur d’orthographe.

public static Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Windows,Xamarin.Forms.SearchBar> SetIsSpellCheckEnabled (this Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Windows,Xamarin.Forms.SearchBar> config, bool value);
static member SetIsSpellCheckEnabled : Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Windows, Xamarin.Forms.SearchBar> * bool -> Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Windows, Xamarin.Forms.SearchBar>

Paramètres

config
IPlatformElementConfiguration<Windows,SearchBar>

Configuration de la plateforme pour l’élément de barre de recherche.

value
System.Boolean

true pour activer le vérificateur d’orthographe. false pour le désactiver.

Retours

Objet Fluent sur lequel le développeur peut effectuer d’autres appels de méthode.

S’applique à