ComponentOne Basic Library for WPF and Silverlight
UserDictionary Property (ISpellChecker)


C1.Silverlight Namespace > ISpellChecker Interface : UserDictionary Property
Gets the user dictionary used for spell-checking.
Syntax
'Declaration
 
ReadOnly Property UserDictionary As System.Collections.Generic.ICollection(Of String)
'Usage
 
Dim instance As ISpellChecker
Dim value As System.Collections.Generic.ICollection(Of String)
 
value = instance.UserDictionary
System.Collections.Generic.ICollection<string> UserDictionary {get;}
See Also

Reference

ISpellChecker Interface
ISpellChecker Members