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

In This Topic
    Password Property (SpellDictionary)
    In This Topic
    Sets the password needed to load password-protected dictionaries.
    Syntax
    'Declaration
     
    Public Overridable Property Password As System.String
    public virtual System.string Password {get; set;}
    Remarks

    If the dictionary file in use is password-protected, you must provide a valid password in order to use it.

    The dictionary files that ship with C1SpellChecker are not password-protected. You can create password-protected dictionaries using the dictionary utility shipped with C1SpellChecker.

    See Also