SpellCheck Method

UltimateSpell

Collapse imageExpand ImageCopy imageCopyHover image
Spell check the provided text, and return the spelling errors and suggestions.

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

Syntax

C#
public ArrayList SpellCheck(
	string text
)
Visual Basic
Public Function SpellCheck ( _
	text As String _
) As ArrayList
Visual C++
public:
ArrayList^ SpellCheck(
	String^ text
)

Parameters

text
Type: System..::..String
Text to spell check.

Return Value

ArrayList that contains spelling errors and suggestions.

See Also