DotNetBrowser
1.21.5
|
Provides access to spellchecker service. More...
Properties | |
bool | Enabled [get, set] |
Enables or disables spellchecker service. true when spellchecker service is enabled. More... | |
bool | FullSpellCheckForced [get, set] |
Gets or sets force spell check flag that indicates whether Chromium should spell check the whole text in the currently focusable text input element on the loaded web page, or check only modified paragraph. By default this flag is set to false, so Chromium checks only modified paragraph. More... | |
string | Language [get, set] |
Gets or sets spellchecker language used for checking spelling. For example, "en-US". Chromium checks spelling according to the current spellchecker language. Dictionary for the currently selected language is downloaded programmatically by Chromium engine. The dictionaries are stored in Chromium user's date directory. More... | |
Events | |
SpellCheckCompletedHandler | SpellCheckCompleted |
An event that indicates that the spell check process is completed. More... | |
Provides access to spellchecker service.
|
getset |
Enables or disables spellchecker service. true when spellchecker service is enabled.
|
getset |
Gets or sets force spell check flag that indicates whether Chromium should spell check the whole text in the currently focusable text input element on the loaded web page, or check only modified paragraph. By default this flag is set to false, so Chromium checks only modified paragraph.
|
getset |
Gets or sets spellchecker language used for checking spelling. For example, "en-US". Chromium checks spelling according to the current spellchecker language. Dictionary for the currently selected language is downloaded programmatically by Chromium engine. The dictionaries are stored in Chromium user's date directory.
By default spellchecker language is set to "en-US".
ArgumentException | when set value is null or empty. |
SpellCheckCompletedHandler DotNetBrowser.SpellCheckerService.SpellCheckCompleted |
An event that indicates that the spell check process is completed.