UltimateSpellButton.SpellButtonType Enumeration

UltimateSpell

Collapse imageExpand ImageCopy imageCopyHover image
Contains the available button types.

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

Syntax

C#
public enum SpellButtonType
Visual Basic
Public Enumeration SpellButtonType
Visual C++
public enum class SpellButtonType

Members

Member nameValueDescription
Button0 Button control.
ImageButton1 ImageButton control.
LinkButton2 LinkButton control.

See Also