This documentation is archived and is not being maintained.
Wizard Fields
Visual Studio 2010
The Wizard type exposes the following members.
| Name | Description | |
|---|---|---|
|
CancelButtonID | Specifies the identifier for the Cancel button. This field is static and read-only. |
|
CancelCommandName | Retrieves the command name for the Cancel button. This field is static and read-only. |
|
CustomFinishButtonID | Retrieves the identifier for a custom Finish button. This field is static and read-only. |
|
CustomNextButtonID | Retrieves the identifier for a custom Next button. This field is static and read-only. |
|
CustomPreviousButtonID | Retrieves the identifier for a custom Previous button. This field is static and read-only. |
|
DataListID | Retrieves the identifier for the sidebar DataList collection. This field is static and read-only. |
|
FinishButtonID | Retrieves the identifier for the Finish button. This field is static and read-only. |
|
FinishPreviousButtonID | Retrieves the identifier for the Previous button on the Finish step. This field is static and read-only. |
|
HeaderPlaceholderId | Gets the ID of the HeaderTemplate placeholder in a Wizard control. |
|
MoveCompleteCommandName | Retrieves the command name that is associated with the Finish button. This field is static and read-only. |
|
MoveNextCommandName | Retrieves the command name that is associated with the Next button. This field is static and read-only. |
|
MovePreviousCommandName | Retrieves the command name that is associated with the Previous button. This field is static and read-only. |
|
MoveToCommandName | Retrieves the command name that is associated with each of the sidebar buttons. This field is static and read-only. |
|
NavigationPlaceholderId | Gets the ID of the StartNavigationTemplate placeholder in a Wizard control. |
|
SideBarButtonID | Retrieves the identifier that is associated with each of the sidebar buttons. This field is static and read-only. |
|
SideBarPlaceholderId | Gets the ID of the SideBarTemplate placeholder in a Wizard control. |
|
StartNextButtonID | Retrieves the identifier that is associated with the Next button on the Start step. This field is static and read-only. |
|
StepNextButtonID | Retrieves the identifier that is associated with the Next button. This field is static and read-only. |
|
StepPreviousButtonID | Retrieves the identifier that is associated with the Previous button. This field is static and read-only. |
|
WizardStepPlaceholderId | Gets the ID of the WizardStep placeholder in a Wizard control. |
Show: