Click or drag to resize

SpellCheckCompletedEventArgsResults Property

Gets the collection of the spell checking results.

Namespace:  DotNetBrowser.Browser.Events
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
Syntax
C#
public IEnumerable<SpellCheckingResult> Results { get; }

Property Value

Type: IEnumerableSpellCheckingResult
The collection of the spell checking results. Can be empty.
See Also