Click or drag to resize

ILanguages Interface

The collection of the languages used for spell checking.

Namespace:  DotNetBrowser.SpellCheck
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.19.0
Syntax
C#
public interface ILanguages

The ILanguages type exposes the following members.

Properties
  NameDescription
Public propertyAll
Gets the list of all the languages currently used for spell checking.
Top
Methods
  NameDescription
Public methodAdd
Adds the language to the list of the languages for which spell checking is performed.
Public methodRemove
Removes the language from the list of the languages for which spell checking is performed.
Top
See Also