Gets or sets a value that indicates whether to show the synonyms for a selected word.
Namespace: Karamasoft.WebControls.UltimateSpellAssembly: UltimateSpell (in UltimateSpell.dll) Version: 3.7.4186.26738
Syntax
| C# |
|---|
public virtual bool ShowSynonyms { get; set; } |
| Visual Basic |
|---|
Public Overridable Property ShowSynonyms As Boolean Get Set |
| Visual C++ |
|---|
public: virtual property bool ShowSynonyms { bool get (); void set (bool value); } |
Field Value
true if the synonyms are shown for a selected word; otherwise, false. The default value is false.
Remarks
Use this property to show the synonyms for a selected word so that the user can see the list of synonyms and change the word with the selected synonym.