Gets or sets a value that indicates whether to show the synonyms for a selected word.
Namespace: Karamasoft.WebControls.UltimateSpell
Assembly: 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
See Also