IWizardPages

Description

The IWizardPages interface contains properties and methods of the collection of pages of the Wizard component.

Properties

   Property name Brief description
Count The Count property returns the number of pages.
Item The Item property returns the wizard page.

Methods

   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 allows to insert the wizard page in the specified position.
Remove The Remove method removes a page from the collection.

See also:

Forms Assembly Interfaces