Core Library for WPF | ComponentOne
C1.WPF.Core Namespace / ISpellChecker Interface / UserDictionary Property

In This Topic
    UserDictionary Property
    In This Topic
    Gets the user dictionary used for spell-checking.
    Syntax
    'Declaration
     
    
    ReadOnly Property UserDictionary As ICollection(Of String)
    ICollection<string> UserDictionary {get;}
    See Also