UltimateSpell Class Library |
UltimateSpell..::..ShowSpellButton Property |
UltimateSpell Class See Also Send Feedback |
Gets or sets a value that indicates whether to show the spell button.
Namespace: Karamasoft.WebControls.UltimateSpell
Assembly: UltimateSpell (in UltimateSpell.dll) Version: 3.7.4186.26738
Syntax
C# |
---|
public virtual bool ShowSpellButton { get; set; } |
Visual Basic |
---|
Public Overridable Property ShowSpellButton As Boolean Get Set |
Visual C++ |
---|
public: virtual property bool ShowSpellButton { bool get (); void set (bool value); } |
Field Value
true if spell button is shown; otherwise, false. The default value is true.Remarks
Use this property to show the spell button.
You should set this property to false when you want to display the spell check dialog box yourself by using the client-side API.