UltimateSpell Class Library

UltimateSpell.ShowSpellButton Property

Gets or sets a value that indicates whether to show the spell button.

[Visual Basic]
Overridable Public Property ShowSpellButton As Boolean
[C#]
public virtual bool ShowSpellButton {get; set;}

Property 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.

See Also

UltimateSpell Class | Karamasoft.WebControls.UltimateSpell Namespace