Click or drag to resize

SpellCheckingResultLength Property

Gets the length of the mis-spelled word in the checked text.

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

Property Value

Type: UInt32
The length of the mis-spelled word in the checked text.
See Also