Sets or returns the fully qualified filename of the main dictionary file.
Namespace:
C1.Win.C1SpellAssembly: C1.Win.C1Spell.2 (in C1.Win.C1Spell.2.dll)
Syntax
| C# |
|---|
[BrowsableAttribute(true)] public string MainDictFile { get; set; } |
| Visual Basic (Declaration) |
|---|
<BrowsableAttribute(True)> _ Public Property MainDictFile As String |
Remarks
If only the filename is specified, then the file searches in the following directories: system directory, current directory, and assembly directory.
Use the LastSpellError property and the SpellError event to find out the occurred errors.