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.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic void AddToCustom(
string word
)
Public Sub AddToCustom (
word As String
)
public:
void AddToCustom(
String^ word
)
member AddToCustom :
word : string -> unit
Parameters
- word
- Type: SystemString
The new custom word.
See Also