Gets or sets the suggestions list.
Namespace: Karamasoft.WebControls.UltimateSpellAssembly: 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.