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