SpellCheckCompletedEventArgsResults Property |
Gets the collection of the spell checking results.
Namespace:
DotNetBrowser.Browser.Events
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.23.2
Syntax public IEnumerable<SpellCheckingResult> Results { get; }
Property Value
Type:
IEnumerableSpellCheckingResultThe collection of the spell checking results. Can be empty.
See Also