Returns collection of words that will be automatically ignored during spell checking.

Namespace:  C1.Win.C1Spell
Assembly:  C1.Win.C1Spell.2 (in C1.Win.C1Spell.2.dll)

Syntax

C#
[BrowsableAttribute(false)]
public StringCollection IgnoreAll { get; }
Visual Basic (Declaration)
<BrowsableAttribute(False)> _
Public ReadOnly Property IgnoreAll As StringCollection

Remarks

Because duplicate strings are allowed in this collection it is recommended to use the AddIgnoreAll(String) method to add strings into the collection instead of direct call of the collection's Add method.

See Also