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

In This Topic
    UserDictionary Property (C1SpellChecker)
    In This Topic
    Gets the user dictionary used for spell-checking.
    Syntax
    'Declaration
     
    Public ReadOnly Property UserDictionary As UserDictionary
    public UserDictionary UserDictionary {get;}
    Remarks
    This is the user dictionary. The user may add words to this dictionary using the spell-checking dialog, and it is automatically persisted to the specified file.
    See Also