System.Web.UI.WebControls.Wizard: Field Members

The fields of System.Web.UI.WebControls.Wizard are listed below. For a list of all members, see the Wizard Members list.

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

Public Fields

static readonly
CancelCommandNamestring.

Retrieves the command name for the Cancel button. This field is static and read-only.

static readonly
MoveCompleteCommandNamestring.

Retrieves the command name that is associated with the Finish button. This field is static and read-only.

static readonly
MoveNextCommandNamestring.

Retrieves the command name that is associated with the Next button. This field is static and read-only.

static readonly
MovePreviousCommandNamestring.

Retrieves the command name that is associated with the Previous button. This field is static and read-only.

static readonly
MoveToCommandNamestring.

Retrieves the command name that is associated with each of the sidebar buttons. This field is static and read-only.

Protected Fields

static readonly
CancelButtonIDstring.

Specifies the identifier for the Cancel button. This field is static and read-only.

static readonly
CustomFinishButtonIDstring.

Retrieves the identifier for a custom Finish button. This field is static and read-only.

static readonly
CustomNextButtonIDstring.

Retrieves the identifier for a custom Next button. This field is static and read-only.

static readonly
CustomPreviousButtonIDstring.

Retrieves the identifier for a custom Previous button. This field is static and read-only.

static readonly
DataListIDstring.

Retrieves the identifier for the sidebar System.Web.UI.WebControls.DataList collection. This field is static and read-only.

static readonly
FinishButtonIDstring.

Retrieves the identifier for the Finish button. This field is static and read-only.

static readonly
FinishPreviousButtonIDstring.

Retrieves the identifier for the Previous button on the WizardStepType.Finish step. This field is static and read-only.

static readonly
SideBarButtonIDstring.

Retrieves the identifier that is associated with each of the sidebar buttons. This field is static and read-only.

static readonly
StartNextButtonIDstring.

Retrieves the identifier that is associated with the Next button on the WizardStepType.Start step. This field is static and read-only.

static readonly
StepNextButtonIDstring.

Retrieves the identifier that is associated with the Next button. This field is static and read-only.

static readonly
StepPreviousButtonIDstring.

Retrieves the identifier that is associated with the Previous button. This field is static and read-only.