ShowGrammarButton Property

UltimateSpell

Collapse imageExpand ImageCopy imageCopyHover image
Gets or sets a value that indicates whether to show the grammar button.

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

Syntax

C#
public virtual bool ShowGrammarButton { get; set; }
Visual Basic
Public Overridable Property ShowGrammarButton As Boolean
	Get
	Set
Visual C++
public:
virtual property bool ShowGrammarButton {
	bool get ();
	void set (bool value);
}

Field Value

true if grammar button is shown; otherwise, false. The default value is false.

Remarks

Use this property to show the grammar button.

You should set this property to false when you want to display the grammar check dialog box yourself by using the client-side API.

See Also