Method ReplaceMisspelledWord
- Namespace
- DotNetBrowser.Browser
- Assembly
- DotNetBrowser.dll
ReplaceMisspelledWord(string)
Replaces misspelled word under cursor on the currently loaded web page with the given word
.
If there is no misspelled word under cursor, this method does nothing.
void ReplaceMisspelledWord(string word)
Parameters
word
stringa string that represents the word for replacement
Exceptions
- ObjectDisposedException
The IBrowser has already been disposed.
- ConnectionClosedException
The connection to the Chromium engine is closed.
- ArgumentException
The
word
is null, empty, or consists only of white-space characters.