ComponentOne SpellChecker for WinForms
C1.Win.C1SpellChecker.4.5.2 Assembly / C1.Win.C1SpellChecker Namespace / UserDictionary Class / Save Method

In This Topic
    Save Method (UserDictionary)
    In This Topic
    Saves the dictionary back to a file.
    Syntax
    'Declaration
     
    Public Function Save() As System.Boolean
    public System.bool Save()

    Return Value

    True in case of success, false otherwise.
    Remarks
    If the dictionary cannot be saved, the reason is stored in the System.Exception property.
    See Also