MaxSynonyms Property

UltimateSpell

Collapse imageExpand ImageCopy imageCopyHover image
Gets or sets the maximum number of synonyms to show.

Namespace: Karamasoft.WebControls.UltimateSpell
Assembly: UltimateSpell (in UltimateSpell.dll) Version: 3.7.4186.26738

Syntax

C#
public virtual int MaxSynonyms { get; set; }
Visual Basic
Public Overridable Property MaxSynonyms As Integer
	Get
	Set
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.

See Also