Text Property

UltimateSpell

Collapse imageExpand ImageCopy imageCopyHover image
Gets or sets the text to display on the spell button.

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

Syntax

C#
public string Text { get; set; }
Visual Basic
Public Property Text As String
	Get
	Set
Visual C++
public:
property String^ Text {
	String^ get ();
	void set (String^ value);
}

Field Value

Text to display on the spell button. The default value is Spell Check.

Remarks

Use this property to set the text to display on the spell button.

See Also