| Name | Type | Description |
|---|
| BackEnabled | Boolean | Gets or sets the enabled state of the back button. |
| BackText | String | Gets or sets the text displayed by the back button. |
| CancelEnabled | Boolean | Gets or sets the enabled state of the cancel button. |
| CancelText | String | Gets or sets the text displayed by the cancel button. |
| Dock | DockStyle | Gets or sets which edge of the parent container a control is docked to. |
| HeaderFont | Font | Gets or sets the font used to display the description of a standard page. |
| HeaderImage | Image | Gets or sets the image displayed on the header of the standard pages. |
| HeaderTitleFont | Font | Gets or sets the font used to display the title of a standard page. |
| HelpText | String | Gets or sets the text displayed by the cancel button. |
| HelpVisible | Boolean | Gets or sets the visible state of the help button. |
| NextEnabled | Boolean | Gets or sets the enabled state of the Next button. |
| NextText | String | Gets or sets the text displayed by the Next button. |
| Pages | WizardPagesCollection | Gets the collection of wizard pages in this tab control. |
| SelectedPage | WizardPage | Gets or sets the currently-selected wizard page. |
| WelcomeFont | Font | Gets or sets the font used to display the description of a welcome of finish page. |
| WelcomeImage | Image | Gets or sets the image displayed on the welcome and finish pages. |
| WelcomeTitleFont | Font | Gets or sets the font used to display the title of a welcome of finish page. |