Suggestions Property

UltimateSpell

Collapse imageExpand ImageCopy imageCopyHover image
Gets or sets the suggestions list.

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

Syntax

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

Field Value

Suggestions list.

Remarks

Use this property to set the suggestions list to correct a spelling error.

See Also