ComponentOne SpellChecker for WinForms
Save Method

C1.Win.C1SpellChecker.4 Assembly > C1.Win.C1SpellChecker Namespace > UserDictionary Class : Save Method
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

Reference

UserDictionary Class
UserDictionary Members