Mono Class Library: Overview

System.Web.UI.WebControls.Wizard: Members

The members of System.Web.UI.WebControls.Wizard are listed below.

See Also: Inherited members from System.Web.UI.WebControls.CompositeControl

Public Constructors

Documentation for this section has not yet been entered.

Public Fields

static readonly
CancelCommandNamestring. Documentation for this section has not yet been entered.
static readonly
MoveCompleteCommandNamestring. Documentation for this section has not yet been entered.
static readonly
MoveNextCommandNamestring. Documentation for this section has not yet been entered.
static readonly
MovePreviousCommandNamestring. Documentation for this section has not yet been entered.
static readonly
MoveToCommandNamestring. Documentation for this section has not yet been entered.

Protected Fields

static readonly
CancelButtonIDstring. Documentation for this section has not yet been entered.
static readonly
CustomFinishButtonIDstring. Documentation for this section has not yet been entered.
static readonly
CustomNextButtonIDstring. Documentation for this section has not yet been entered.
static readonly
CustomPreviousButtonIDstring. Documentation for this section has not yet been entered.
static readonly
DataListIDstring. Documentation for this section has not yet been entered.
static readonly
FinishButtonIDstring. Documentation for this section has not yet been entered.
static readonly
FinishPreviousButtonIDstring. Documentation for this section has not yet been entered.
static readonly
SideBarButtonIDstring. Documentation for this section has not yet been entered.
static readonly
StartNextButtonIDstring. Documentation for this section has not yet been entered.
static readonly
StepNextButtonIDstring. Documentation for this section has not yet been entered.
static readonly
StepPreviousButtonIDstring. Documentation for this section has not yet been entered.

Public Properties

[read-only]
ActiveStepWizardStepBase. Documentation for this section has not yet been entered.
ActiveStepIndexint. Documentation for this section has not yet been entered.
CancelButtonImageUrlstring. Documentation for this section has not yet been entered.
[read-only]
CancelButtonStyleStyle. Documentation for this section has not yet been entered.
CancelButtonTextstring. Documentation for this section has not yet been entered.
CancelButtonTypeButtonType. Documentation for this section has not yet been entered.
CancelDestinationPageUrlstring. Documentation for this section has not yet been entered.
CellPaddingint. Documentation for this section has not yet been entered.
CellSpacingint. Documentation for this section has not yet been entered.
DisplayCancelButtonbool. Documentation for this section has not yet been entered.
DisplaySideBarbool. Documentation for this section has not yet been entered.
FinishCompleteButtonImageUrlstring. Documentation for this section has not yet been entered.
[read-only]
FinishCompleteButtonStyleStyle. Documentation for this section has not yet been entered.
FinishCompleteButtonTextstring. Documentation for this section has not yet been entered.
FinishCompleteButtonTypeButtonType. Documentation for this section has not yet been entered.
FinishDestinationPageUrlstring. Documentation for this section has not yet been entered.
FinishNavigationTemplateSystem.Web.UI.ITemplate. Documentation for this section has not yet been entered.
FinishPreviousButtonImageUrlstring. Documentation for this section has not yet been entered.
[read-only]
FinishPreviousButtonStyleStyle. Documentation for this section has not yet been entered.
FinishPreviousButtonTextstring. Documentation for this section has not yet been entered.
FinishPreviousButtonTypeButtonType. Documentation for this section has not yet been entered.
[read-only]
HeaderStyleTableItemStyle. Documentation for this section has not yet been entered.
HeaderTemplateSystem.Web.UI.ITemplate. Documentation for this section has not yet been entered.
HeaderTextstring. Documentation for this section has not yet been entered.
[read-only]
NavigationButtonStyleStyle. Documentation for this section has not yet been entered.
[read-only]
NavigationStyleTableItemStyle. Documentation for this section has not yet been entered.
[read-only]
SideBarButtonStyleStyle. Documentation for this section has not yet been entered.
[read-only]
SideBarStyleTableItemStyle. Documentation for this section has not yet been entered.
SideBarTemplateSystem.Web.UI.ITemplate. Documentation for this section has not yet been entered.
SkipLinkTextstring. Documentation for this section has not yet been entered.
StartNavigationTemplateSystem.Web.UI.ITemplate. Documentation for this section has not yet been entered.
StartNextButtonImageUrlstring. Documentation for this section has not yet been entered.
[read-only]
StartNextButtonStyleStyle. Documentation for this section has not yet been entered.
StartNextButtonTextstring. Documentation for this section has not yet been entered.
StartNextButtonTypeButtonType. Documentation for this section has not yet been entered.
StepNavigationTemplateSystem.Web.UI.ITemplate. Documentation for this section has not yet been entered.
StepNextButtonImageUrlstring. Documentation for this section has not yet been entered.
[read-only]
StepNextButtonStyleStyle. Documentation for this section has not yet been entered.
StepNextButtonTextstring. Documentation for this section has not yet been entered.
StepNextButtonTypeButtonType. Documentation for this section has not yet been entered.
StepPreviousButtonImageUrlstring. Documentation for this section has not yet been entered.
[read-only]
StepPreviousButtonStyleStyle. Documentation for this section has not yet been entered.
StepPreviousButtonTextstring. Documentation for this section has not yet been entered.
StepPreviousButtonTypeButtonType. Documentation for this section has not yet been entered.
[read-only]
StepStyleTableItemStyle. Documentation for this section has not yet been entered.
[read-only]
WizardStepsWizardStepCollection. Documentation for this section has not yet been entered.

Protected Properties

[read-only]
TagKeySystem.Web.UI.HtmlTextWriterTag. Documentation for this section has not yet been entered.

Public Methods

GetHistory() : ICollection
Documentation for this section has not yet been entered.
GetStepType(WizardStepBase, int) : WizardStepType
Documentation for this section has not yet been entered.
MoveTo(WizardStepBase)
Documentation for this section has not yet been entered.

Protected Methods

AllowNavigationToStep(int) : bool
Documentation for this section has not yet been entered.
override
CreateChildControls()
Documentation for this section has not yet been entered.
override
CreateControlCollection() : System.Web.UI.ControlCollection
Documentation for this section has not yet been entered.
CreateControlHierarchy()
Documentation for this section has not yet been entered.
override
CreateControlStyle() : Style
Documentation for this section has not yet been entered.
override
GetDesignModeState() : IDictionary
Documentation for this section has not yet been entered.
override
LoadControlState(object)
Documentation for this section has not yet been entered.
override
LoadViewState(object)
Documentation for this section has not yet been entered.
OnActiveStepChanged(object, EventArgs)
Documentation for this section has not yet been entered.
override
OnBubbleEvent(object, EventArgs) : bool
Documentation for this section has not yet been entered.
OnCancelButtonClick(EventArgs)
Documentation for this section has not yet been entered.
OnFinishButtonClick(WizardNavigationEventArgs)
Documentation for this section has not yet been entered.
override
OnInit(EventArgs)
Documentation for this section has not yet been entered.
OnNextButtonClick(WizardNavigationEventArgs)
Documentation for this section has not yet been entered.
OnPreviousButtonClick(WizardNavigationEventArgs)
Documentation for this section has not yet been entered.
OnSideBarButtonClick(WizardNavigationEventArgs)
Documentation for this section has not yet been entered.
RegisterCommandEvents(IButtonControl)
Documentation for this section has not yet been entered.
override
Render(System.Web.UI.HtmlTextWriter)
Documentation for this section has not yet been entered.
override
SaveControlState() : object
Documentation for this section has not yet been entered.
override
SaveViewState() : object
Documentation for this section has not yet been entered.
override
TrackViewState()
Documentation for this section has not yet been entered.

Public Events

ActiveStepChangedDocumentation for this section has not yet been entered.
CancelButtonClickDocumentation for this section has not yet been entered.
FinishButtonClickDocumentation for this section has not yet been entered.
NextButtonClickDocumentation for this section has not yet been entered.
PreviousButtonClickDocumentation for this section has not yet been entered.
SideBarButtonClickDocumentation for this section has not yet been entered.