HtmlForgeX

API Reference

Enum

SmartWizardToolbarPosition

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Represents the toolbar position options for SmartWizard.

Inheritance

  • Enum
  • SmartWizardToolbarPosition

Values

public const SmartWizardToolbarPosition None #

No toolbar displayed.

Value: 0
public const SmartWizardToolbarPosition Top #

Toolbar at the top of the wizard.

Value: 1
public const SmartWizardToolbarPosition Bottom #

Toolbar at the bottom of the wizard.

Value: 2
public const SmartWizardToolbarPosition Both #

Toolbar at both top and bottom.

Value: 3