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
static readonly | CancelCommandName | string.
Retrieves the command name for the Cancel button. This field is static and read-only. |
static readonly | MoveCompleteCommandName | string.
Retrieves the command name that is associated with the Finish button. This field is static and read-only. |
static readonly | MoveNextCommandName | string.
Retrieves the command name that is associated with the Next button. This field is static and read-only. |
static readonly | MovePreviousCommandName | string.
Retrieves the command name that is associated with the Previous button. This field is static and read-only. |
static readonly | MoveToCommandName | string.
Retrieves the command name that is associated with each of the sidebar buttons. This field is static and read-only. |
static readonly | CancelButtonID | string.
Specifies the identifier for the Cancel button. This field is static and read-only. |
static readonly | CustomFinishButtonID | string.
Retrieves the identifier for a custom Finish button. This field is static and read-only. |
static readonly | CustomNextButtonID | string.
Retrieves the identifier for a custom Next button. This field is static and read-only. |
static readonly | CustomPreviousButtonID | string.
Retrieves the identifier for a custom Previous button. This field is static and read-only. |
static readonly | DataListID | string.
Retrieves the identifier for the sidebar System.Web.UI.WebControls.DataList collection. This field is static and read-only. |
static readonly | FinishButtonID | string.
Retrieves the identifier for the Finish button. This field is static and read-only. |
static readonly | FinishPreviousButtonID | string.
Retrieves the identifier for the Previous button on the WizardStepType.Finish step. This field is static and read-only. |
static readonly | SideBarButtonID | string.
Retrieves the identifier that is associated with each of the sidebar buttons. This field is static and read-only. |
static readonly | StartNextButtonID | string.
Retrieves the identifier that is associated with the Next button on the WizardStepType.Start step. This field is static and read-only. |
static readonly | StepNextButtonID | string.
Retrieves the identifier that is associated with the Next button. This field is static and read-only. |
static readonly | StepPreviousButtonID | string.
Retrieves the identifier that is associated with the Previous button. This field is static and read-only. |