UltimateSpell Class Library |
Speller..::..MaxSuggestions Property |
Speller Class See Also Send Feedback |
Gets or sets the maximum number of suggestions.
Namespace: Karamasoft.WebControls.UltimateSpell
Assembly: UltimateSpell (in UltimateSpell.dll) Version: 3.7.4186.26738
Syntax
C# |
---|
public int MaxSuggestions { get; set; } |
Visual Basic |
---|
Public Property MaxSuggestions As Integer Get Set |
Visual C++ |
---|
public: property int MaxSuggestions { int get (); void set (int value); } |
Field Value
Maximum number of suggestions. The default value is 10.Remarks
Use this property to set the maximum number of suggestions.