ComponentOne SpellChecker for WinForms
C1.Win.C1SpellChecker.4.5.2 Assembly / C1.Win.C1SpellChecker Namespace / SpellDictionary Class / FileName Property

In This Topic
    FileName Property (SpellDictionary)
    In This Topic
    Gets or sets the name of the file that contains the dictionary.
    Syntax
    'Declaration
     
    Public Overrides Property FileName As System.String
    public override System.string FileName {get; set;}
    See Also