SpellButton Property

UltimateSpell

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

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

Syntax

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

Remarks

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

See Also