WizardStepCollection Properties

  Name Description
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

  Name Description
Explicit interface implementation Property System.Collections.IList.IsFixedSize Gets a value indicating whether the collection has a fixed size.
Explicit interface implementation Property System.Collections.IList.Item Gets the object at the specified index in the collection.
Top

Community Additions

ADD
Show: