Share via


SearchBar Class

Definition

Provides control over the spellchecker on search bars.

public ref class SearchBar abstract sealed
public static class SearchBar
type SearchBar = class
Public Module SearchBar
Inheritance
SearchBar

Fields

IsSpellCheckEnabledProperty

Bindable property for IsSpellCheckEnabled(IPlatformElementConfiguration<Windows,SearchBar>).

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