AddWordToCustom Method

UltimateSpell

Collapse imageExpand ImageCopy imageCopyHover image
Add word to custom dictionary index.

Namespace: Karamasoft.WebControls.UltimateSpell
Assembly: UltimateSpell (in UltimateSpell.dll) Version: 3.7.4186.26738

Syntax

C#
public void AddWordToCustom(
	string word
)
Visual Basic
Public Sub AddWordToCustom ( _
	word As String _
)
Visual C++
public:
void AddWordToCustom(
	String^ word
)

Parameters

word
Type: System..::..String
Word to be added to custom dictionary index.

See Also