MisspelledWord Property

UltimateSpell

Collapse imageExpand ImageCopy imageCopyHover image
Gets or sets the misspelled word.

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

Syntax

C#
public string MisspelledWord { get; set; }
Visual Basic
Public Property MisspelledWord As String
	Get
	Set
Visual C++
public:
property String^ MisspelledWord {
	String^ get ();
	void set (String^ value);
}

Field Value

Misspelled word.

Remarks

Use this property to set the misspelled word.

See Also