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
| Name | Description |
|---|---|
| IsSpellCheckEnabledProperty |
Bindable property for IsSpellCheckEnabled(IPlatformElementConfiguration<Windows,SearchBar>). |
Methods
| Name | Description |
|---|---|
| DisableSpellCheck(IPlatformElementConfiguration<Windows,SearchBar>) |
Disables the spellchecker. |
| EnableSpellCheck(IPlatformElementConfiguration<Windows,SearchBar>) |
Enables the spellchecker. |
| GetIsSpellCheckEnabled(BindableObject) |
Gets whether spell checking is enabled for the search bar on Windows. |
| GetIsSpellCheckEnabled(IPlatformElementConfiguration<Windows,SearchBar>) |
Gets whether spell checking is enabled for the search bar on Windows. |
| IsSpellCheckEnabled(IPlatformElementConfiguration<Windows,SearchBar>) |
Returns a Boolean value that tells whether the spellchecker is enabled. |
| SetIsSpellCheckEnabled(BindableObject, Boolean) |
Sets whether spell checking is enabled for the search bar on Windows. |
| SetIsSpellCheckEnabled(IPlatformElementConfiguration<Windows,SearchBar>, Boolean) |
Sets whether spell checking is enabled for the search bar on Windows. |