Adds a word to the IgnoreAll collection with duplicate checking.

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

Syntax

C#
public void AddIgnoreAll(
	string word
)
Visual Basic (Declaration)
Public Sub AddIgnoreAll ( _
	word As String _
)

Parameters

word
Type: System..::.String
Word to add.

See Also