Class HunspellDictionary
Represents a class that is used to add hunspell dictionaries in the dictionary collection.
Inheritance
System.Object
HunspellDictionary
Inherited Members
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class HunspellDictionary : HunspellDictionaryBase
Constructors
HunspellDictionary()
Declaration
public HunspellDictionary()
Properties
DictionaryPath
Gets or sets the dictionary path.
Declaration
public string DictionaryPath { get; set; }
Property Value
| Type |
|---|
| System.String |
GrammarPath
Gets or sets the grammar path.
Declaration
public string GrammarPath { get; set; }
Property Value
| Type |
|---|
| System.String |