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


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

Reference

ISpellChecker Interface
ISpellChecker Members