Gets or sets the maximum number of synonyms to show.
Namespace:
Karamasoft.WebControls.UltimateSpellAssembly: UltimateSpell (in UltimateSpell.dll) Version: 3.6.3649.28014
Syntax
| C# |
|---|
public virtual int MaxSynonyms { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Overridable Property MaxSynonyms As Integer |
| Visual C++ |
|---|
public: virtual property int MaxSynonyms { int get (); void set (int value); } |
Field Value
Maximum number of synonyms to show. The default value is 10.
Remarks
Use this property to set the maximum number of synonyms to show.