Click or drag to resize
SpellCheckerAddToCustom Method
Adds a new word to the custom dictionary. It first checks if the word is already present in the current base or custom dictionaries.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public void AddToCustom(
	string word
)

Parameters

word
Type: SystemString
The new custom word.
See Also