ComponentOne SpellChecker for WinForms
C1.Win.SpellChecker.8 Assembly / C1.Win.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