Initializes a new instance of the Speller class without specifying a dictionary file.
Initializes a new instance of the Speller class without specifying a dictionary file.
public Speller();
Initializes a new instance of the Speller class by specifying a dictionary file.
public Speller(string);
Initializes a new instance of the Speller class by specifying a dictionary file.
public Speller(string,string);
Speller Class | Karamasoft.WebControls.UltimateSpell Namespace