RichTextBox for WPF | ComponentOne
C1.WPF.SpellChecker Namespace / SpellOptions Class / Ignore Property

In This Topic
    Ignore Property (SpellOptions)
    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