GrammarButton Property

UltimateSpell

Collapse imageExpand ImageCopy imageCopyHover image
Gets the grammar button to start grammar check.

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

Syntax

C#
public virtual UltimateSpellButton GrammarButton { get; }
Visual Basic
Public Overridable ReadOnly Property GrammarButton As UltimateSpellButton
	Get
Visual C++
public:
virtual property UltimateSpellButton^ GrammarButton {
	UltimateSpellButton^ get ();
}

Remarks

Use this property to set the features of the button to start grammar check. You can set the ButtonType property to Button, ImageButton, or LinkButton.

See Also