Gets the list of words to ignore during spell-checking.

Namespace:  C1.Silverlight.SpellChecker
Assembly:  C1.Silverlight.SpellChecker (in C1.Silverlight.SpellChecker.dll)

Syntax

C#
public WordList IgnoreList { get; }
Visual Basic
Public ReadOnly Property IgnoreList As WordList
	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