






|
| UltimateSpell Class Library |
| UltimateSpellButton..::..SpellButtonType Enumeration |
| UltimateSpellButton Class See Also Send Feedback |
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 name | Value | Description | |
|---|---|---|---|
| Button | 0 | Button control. | |
| ImageButton | 1 | ImageButton control. | |
| LinkButton | 2 | LinkButton control. |
