Sets or returns the paths and filenames of the custom dictionary files.

Namespace:  C1.Win.C1Spell
Assembly:  C1.Win.C1Spell.2 (in C1.Win.C1Spell.2.dll)

Syntax

C#
[BrowsableAttribute(true)]
public string[] CustomDictFiles { get; set; }
Visual Basic (Declaration)
<BrowsableAttribute(True)> _
Public Property CustomDictFiles As String()

Remarks

Custom dictionary is the plain "string per line" file.

See Also