Click or drag to resize

DotNetBrowser.SpellCheck Namespace

This namespace contains interfaces and classes related to the spell checker API.
Classes
  ClassDescription
Public classLanguage
The language for which Chromium can perform spell checking.
Public classLanguageNotAvailableException
Thrown when the engine fails to configure the spellchecker to use the language passed to the Add(Language) method.
Public classSpellCheckingResult
The spell checking result that contains the bounds of a mis-spelled substring of the checked text.
Public classSpellCheckMenu
A spell check menu in the context menu.
Interfaces
  InterfaceDescription
Public interfaceILanguages
The collection of the languages used for spell checking.
Public interfaceISpellCheckDictionary
Provides functionality for working with a spell check dictionary.
Public interfaceISpellChecker
Represents an engine service that provides functionality for configuring spell checking.