Compartilhar via


SearchBar.IsSpellCheckEnabled Method

Definition

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

public static bool IsSpellCheckEnabled (this Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Windows,Xamarin.Forms.SearchBar> config);
static member IsSpellCheckEnabled : 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

System.Boolean

true if the spellchecker is enabled. Otherwise, false.

Applies to