ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml 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 System.Collections.Generic.ICollection(Of String)
    System.Collections.Generic.ICollection<string> UserDictionary {get;}
    See Also