Click or drag to resize

SpellCheckingResultLocation Property

Gets the location of the first symbol in the mis-spelled word in the checked text that is considered as mis-spelled by the spell checker.

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

Property Value

Type: UInt32
The location of the first symbol in the mis-spelled word in the checked text that is considered as mis-spelled by the spell checker.
See Also