The IWizardPages interface contains properties and methods of the collection of pages of the Wizard component.
| Property name | Brief description | |
| Count | The Count property returns the number of pages. | |
| Item | The Item property returns the wizard page. |
| Method name | Brief description | |
| Add | The Add method adds a page to the collection of wizard pages. | |
| Clear | The Clear method removes all pages of the wizard. | |
| Insert | The Insert method enables the user to insert the wizard page to the specified position. | |
| Remove | The Remove method removes a page from the collection. |
See also: