Udostępnij za pośrednictwem


SearchBar.SetIsSpellCheckEnabled Metoda

Definicja

Przeciążenia

SetIsSpellCheckEnabled(BindableObject, Boolean)

Włącza i wyłącza funkcję sprawdzania pisowni.

SetIsSpellCheckEnabled(IPlatformElementConfiguration<Windows,SearchBar>, Boolean)

Włącza i wyłącza funkcję sprawdzania pisowni.

SetIsSpellCheckEnabled(BindableObject, Boolean)

Włącza i wyłącza funkcję sprawdzania pisowni.

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

Parametry

element
BindableObject

Element paska wyszukiwania.

value
System.Boolean

true aby włączyć funkcję spellchecker. false aby wyłączyć tę funkcję.

Dotyczy

SetIsSpellCheckEnabled(IPlatformElementConfiguration<Windows,SearchBar>, Boolean)

Włącza i wyłącza funkcję sprawdzania pisowni.

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>

Parametry

config
IPlatformElementConfiguration<Windows,SearchBar>

Konfiguracja platformy dla elementu paska wyszukiwania.

value
System.Boolean

true aby włączyć funkcję spellchecker. false aby wyłączyć tę funkcję.

Zwraca

Płynny obiekt, na którym deweloper może wykonywać kolejne wywołania metod.

Dotyczy