UltimateSpell Class Library

Speller.IgnoreRepeatedWords Property

Gets or sets a value that indicates whether to ignore repeated words.

[Visual Basic]
Public Property IgnoreRepeatedWords As Boolean
[C#]
public bool IgnoreRepeatedWords {get; set;}

Property Value

true if repeated words are ignored; otherwise, false. The default value is false.

Remarks

Use this property to ignore repeated words.

See Also

Speller Class | Karamasoft.WebControls.UltimateSpell Namespace