WizardStepCollection Properties
.NET Framework 2.0
| 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 | |
|---|---|---|
| System.Collections.IList.IsFixedSize | Gets a value indicating whether the collection has a fixed size. |
| System.Collections.IList.Item | Gets the object at the specified index in the collection. |
Community Additions
ADD
Show: