UltimateSpell Class Library

Speller.AddWordToCustom Method 

Add word to custom dictionary index.

[Visual Basic]
Public Sub AddWordToCustom( _
   ByVal word As String _
)
[C#]
public void AddWordToCustom(
   string word
);

Parameters

word
Word to be added to custom dictionary index.

See Also

Speller Class | Karamasoft.WebControls.UltimateSpell Namespace