Initializes a new instance of the TXSpell class.

TXSpell()

public TXSpell();
Public Sub New()

TXSpell(String)

public TXSpell(string language);
Public Sub New(language As String)

Parameters

Parameter Description
language The name of a dictionary that is located in the default dictionary folder and should be loaded as the default dictionary. The parameter corresponds to the TXSpell.Language property.