SpellCheckMenu.MisspelledWord Property |
Gets the misspelled word under the cursor, if any.
Namespace:
DotNetBrowser.SpellCheck
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.26.2
Syntaxpublic string MisspelledWord { get; }
Property Value
Type:
StringThe misspelled word under the cursor, if any.
See Also