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