SearchBar Class

Definition

Provides control over the spellchecker on search bars.

public static class SearchBar
type SearchBar = class
Inheritance
System.Object
SearchBar

Fields

IsSpellCheckEnabledProperty

Backing store for the attached property that turns the spellchecker on and off.

Methods

DisableSpellCheck(IPlatformElementConfiguration<Windows,SearchBar>)

Disables the spellchecker.

EnableSpellCheck(IPlatformElementConfiguration<Windows,SearchBar>)

Enables the spellchecker.

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.

IsSpellCheckEnabled(IPlatformElementConfiguration<Windows,SearchBar>)

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

SetIsSpellCheckEnabled(BindableObject, Boolean)

Turns the spellchecker on and off.

SetIsSpellCheckEnabled(IPlatformElementConfiguration<Windows,SearchBar>, Boolean)

Turns the spellchecker on and off.

Applies to