SearchBar Class
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.
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. |