This documentation is archived and is not being maintained.

WizardStepCollection Properties

The WizardStepCollection type exposes the following members.

  NameDescription
Public property Count Gets the number of WizardStepBase-derived objects in the Wizard control's WizardStepCollection collection.
Public property IsReadOnly Gets a value indicating whether the WizardStepBase-derived objects in the collection can be modified.
Public property IsSynchronized Gets a value indicating whether access to the collection is synchronized (thread-safe).
Public property Item Gets a WizardStepBase-derived object from the collection at the specified index.
Public property SyncRoot Gets an object that can be used to synchronize access to the collection.
Top

  NameDescription
Explicit interface implemetation Private property IList::IsFixedSize Infrastructure. Gets a value indicating whether the collection has a fixed size.
Explicit interface implemetation Private property IList::Item Infrastructure. Gets the object at the specified index in the collection.
Top
Show: