Returns collection of the pairs "word - word to change". If the word currently being checked exists in the collection then it is automatically replaced with the corresponding word.

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

Syntax

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

See Also