UltimateSpell Class Library

SpellError.Suggestions Property

Gets or sets the suggestions list.

[Visual Basic]
Public Property Suggestions As ArrayList
[C#]
public System.Collections.ArrayList Suggestions {get; set;}

Property Value

Suggestions list.

Remarks

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

See Also

SpellError Class | Karamasoft.WebControls.UltimateSpell Namespace