Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / ISpellChecker Interface / IgnoreList Property

In This Topic
    IgnoreList Property
    In This Topic
    Gets the list of words to ignore during spell-checking.
    Syntax
    'Declaration
     
    
    ReadOnly Property IgnoreList As ICollection(Of String)
    ICollection<string> IgnoreList {get;}
    See Also