This documentation is archived and is not being maintained.
WizardStepCollection Properties
Visual Studio 2008
The WizardStepCollection type exposes the following members.
| Name | Description | |
|---|---|---|
|
Count | Gets the number of WizardStepBase-derived objects in the Wizard control's WizardStepCollection collection. |
|
IsReadOnly | Gets a value indicating whether the WizardStepBase-derived objects in the collection can be modified. |
|
IsSynchronized | Gets a value indicating whether access to the collection is synchronized (thread-safe). |
|
Item | Gets a WizardStepBase-derived object from the collection at the specified index. |
|
SyncRoot | Gets an object that can be used to synchronize access to the collection. |
| Name | Description | |
|---|---|---|
|
IList::IsFixedSize | Infrastructure. Gets a value indicating whether the collection has a fixed size. |
|
IList::Item | Infrastructure. Gets the object at the specified index in the collection. |
Show: