SpellCheckerWordIgnoreOptions Property |
A set of rules that specify words that should be ignored during the spellcheck. Note that this property should be set before the
Text property.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic WordIgnoreOptions WordIgnoreOptions { get; set; }
Public Property WordIgnoreOptions As WordIgnoreOptions
Get
Set
public:
property WordIgnoreOptions WordIgnoreOptions {
WordIgnoreOptions get ();
void set (WordIgnoreOptions value);
}
member WordIgnoreOptions : WordIgnoreOptions with get, set
Property Value
Type:
WordIgnoreOptions
See Also