SearchBar.SetIsSpellCheckEnabled Method

Definition

Overloads

SetIsSpellCheckEnabled(BindableObject, Boolean)

Turns the spellchecker on and off.

SetIsSpellCheckEnabled(IPlatformElementConfiguration<Windows,SearchBar>, Boolean)

Turns the spellchecker on and off.

SetIsSpellCheckEnabled(BindableObject, Boolean)

Turns the spellchecker on and off.

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

Parameters

element
BindableObject

The search bar element.

value
Boolean

true to turn the spellchecker on. false to turn it off.

Applies to

SetIsSpellCheckEnabled(IPlatformElementConfiguration<Windows,SearchBar>, Boolean)

Turns the spellchecker on and off.

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>

Parameters

config
IPlatformElementConfiguration<Windows,SearchBar>

The platform configuration for the search bar element.

value
Boolean

true to turn the spellchecker on. false to turn it off.

Returns

A fluent object on which the developer may make further method calls.

Applies to