Click or drag to resize

SpellCheckMenuMisspelledWord Property

Gets the misspelled word under the cursor, if any.

Namespace:  DotNetBrowser.SpellCheck
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
Syntax
C#
public string MisspelledWord { get; }

Property Value

Type: String
The misspelled word under the cursor, if any.
See Also