SearchBar.GetIsSpellCheckEnabled Method

Definition

Overloads

GetIsSpellCheckEnabled(BindableObject)

Returns a Boolean value that tells whether the spellchecker is enabled.

GetIsSpellCheckEnabled(IPlatformElementConfiguration<Windows,SearchBar>)

Returns a Boolean value that tells whether the spellchecker is enabled.

GetIsSpellCheckEnabled(BindableObject)

Returns a Boolean value that tells whether the spellchecker is enabled.

public static bool GetIsSpellCheckEnabled (Xamarin.Forms.BindableObject element);
static member GetIsSpellCheckEnabled : Xamarin.Forms.BindableObject -> bool

Parameters

element
BindableObject

The search bar element.

Returns

true if the spellchecker is enabled. Otherwise, false.

Applies to

GetIsSpellCheckEnabled(IPlatformElementConfiguration<Windows,SearchBar>)

Returns a Boolean value that tells whether the spellchecker is enabled.

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

Parameters

config
IPlatformElementConfiguration<Windows,SearchBar>

The platform configuration for the search bar element.

Returns

true if the spellchecker is enabled. Otherwise, false.

Applies to