Click or drag to resize
SpellCheckSettingsWordIgnoreOptions Property
Gets or sets the value used to configure the spellchecker engine to ignore words containing: UPPERCASE, some CaPitaL letters, numbers; or to ignore repeated words (very very)

Namespace: Kettic.AspNet.Controls.Editor
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public WordIgnoreOptions WordIgnoreOptions { get; set; }

Property Value

Type: WordIgnoreOptions
See Also