Gets or sets a value of type IgnoreWordSettings determining when a word should not be spell checked. The default value is InUpperCase | IsEmail | IsURL | WithNumbers.

Syntax

public Proofing.TXSpell.IgnoreWordSettings IgnoreWord { get; set; }
Public Property IgnoreWord() As Proofing.TXSpell.IgnoreWordSettings

Remarks

All values of the IgnoreWordSettings enumeration (apart from IgnoreWordSettings.Never) can be combined. For combinations with IgnoreWordSettings.Never an exception is thrown.