AddWord Method

UltimateSpell

Collapse imageExpand ImageCopy imageCopyHover image
Add word to dictionary index.

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

Syntax

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

Parameters

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

See Also