WizardStepCollection Class
Assembly: System.Web (in system.web.dll)
The WizardStepCollection class is used to store and manage a collection of WizardStepBase-derived objects in a control that acts as a wizard, such as the CreateUserWizard control or the Wizard control. For example, the Wizard control uses the WizardStepCollection class for its WizardSteps property.
There are multiple ways you can access the WizardStepBase-derived objects in the WizardStepCollection:
-
Use the Item property to directly access a WizardStepBase-derived object at a specific zero-based index.
-
Use the GetEnumerator method to create an enumerator that can be used to iterate through the collection.
-
Use the CopyTo method to copy the contents of the WizardStepCollection collection into an Array object.
| Topic | Location |
|---|---|
| Walkthrough: Creating a Basic ASP.NET Wizard Control | Building ASP .NET Web Applications in Visual Studio |
| Walkthrough: Advanced Use of the ASP.NET Wizard Control | Building ASP .NET Web Applications in Visual Studio |
- AspNetHostingPermission for operating in a hosted environment. Demand value: LinkDemand; Permission value: Minimal.
Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.