UltimateSpell Class Library

Speller.MaxSuggestions Property

Gets or sets the maximum number of suggestions.

[Visual Basic]
Public Property MaxSuggestions As Integer
[C#]
public int MaxSuggestions {get; set;}

Property Value

Maximum number of suggestions. The default value is 10.

Remarks

Use this property to set the maximum number of suggestions.

See Also

Speller Class | Karamasoft.WebControls.UltimateSpell Namespace