ComponentOne FinancialChart for WPF
C1.WPF 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)
    '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