ComponentOne SpellChecker for WPF and Silverlight
C1.WPF.SpellChecker Namespace / SpellOptions Class / Ignore Property

In This Topic
    Ignore Property
    In This Topic
    Gets or sets types of words to ignore during the spell-check.
    Syntax
    'Declaration
     
    
    Public Property Ignore As IgnoreOptions
    public IgnoreOptions Ignore {get; set;}
    See Also