Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight Namespace / ISpellChecker Interface / UserDictionary Property

In This Topic
    UserDictionary Property (ISpellChecker)
    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