ComponentOne FinancialChart for WPF
UserDictionary Property



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

Reference

ISpellChecker Interface
ISpellChecker Members