ComponentOne SpellChecker for WinForms
C1.Win.C1SpellChecker.4.5.2 Assembly / C1.Win.C1SpellChecker Namespace / C1SpellChecker Class / IgnoreList Property

In This Topic
    IgnoreList Property (C1SpellChecker)
    In This Topic
    Gets the list of words to ignore during spell-checking.
    Syntax
    'Declaration
     
    Public ReadOnly Property IgnoreList As WordList
    public WordList IgnoreList {get;}
    Remarks

    The list is used by the built-in spell dialog and by the as-you-type mechanism.

    The user may add words to this list using the "Ignore All" button in the spell dialog or the "Ignore All" option in the as-you-type context menu.

    Strings in the list are case-sensitive.

    See Also