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.16.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 a language used for spell checking.
Public methodRemove
Removes a language used for spell checking.
Top
See Also