SearchBar.GetIsSpellCheckEnabled Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The platform configuration for the search bar element.
Returns
true
if the spellchecker is enabled. Otherwise, false
.