ComponentOne FinancialChart for WPF
IgnoreList Property



C1.WPF Namespace > ISpellChecker Interface : IgnoreList Property
Gets the list of words to ignore during spell-checking.
Syntax
'Declaration
 
ReadOnly Property IgnoreList As ICollection(Of String)
'Usage
 
Dim instance As ISpellChecker
Dim value As ICollection(Of String)
 
value = instance.IgnoreList
ICollection<string> IgnoreList {get;}
property ICollection<String^>^ IgnoreList {
   ICollection<String^>^ get();
}
See Also

Reference

ISpellChecker Interface
ISpellChecker Members