ButtonType Property

UltimateSpell

Collapse imageExpand ImageCopy imageCopyHover image
Gets or sets the spell button type.

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

Syntax

C#
public UltimateSpellButton..::..SpellButtonType ButtonType { get; set; }
Visual Basic
Public Property ButtonType As UltimateSpellButton..::..SpellButtonType
	Get
	Set
Visual C++
public:
property UltimateSpellButton..::..SpellButtonType ButtonType {
	UltimateSpellButton..::..SpellButtonType get ();
	void set (UltimateSpellButton..::..SpellButtonType value);
}

Field Value

Spell button type. The default value is Button.

Remarks

Use this property to set the spell button type.

See Also