| Name | Description |
|---|
| Add | Adds an object to the end of the WizardPagesCollection. |
| AddRange | Adds the elements of an array of WizardPage objects to the end of the WizardPagesCollection. |
| Contains | Determines whether an element is in the WizardPagesCollection. |
| IndexOf | Searches for the specified WizardPage and returns the zero-based index of the first occurrence in the entire WizardPagesCollection. |
| Insert | Inserts an element into the WizardPagesCollection at the specified index. |
| Remove | Removes the first occurrence of a specific object from the WizardPagesCollection. |