WizardPagesCollection Class Members
The following tables list the members exposed by WizardPagesCollection.
Public Properties
Name | Description | |
---|---|---|
![]() | Capacity | (Inherited from System.Collections.CollectionBase) |
![]() | Count | (Inherited from System.Collections.CollectionBase) |
![]() | Item | Gets or sets the wizard page. |
Protected Properties
Name | Description | |
---|---|---|
![]() | InnerList | (Inherited from System.Collections.CollectionBase) |
![]() | List | (Inherited from System.Collections.CollectionBase) |
Public Methods
Name | Description | |
---|---|---|
![]() | Add | Adds an object to the end of the WizardPagesCollection. |
![]() | AddRange | Adds the elements of an array of WizardPage objects to the end of the WizardPagesCollection. |
![]() | Clear | (Inherited from System.Collections.CollectionBase) |
![]() | Contains | Determines whether an element is in the WizardPagesCollection. |
![]() | GetEnumerator | (Inherited from System.Collections.CollectionBase) |
![]() | IndexOf | Searches for the specified WizardPage and returns the zero-based index of the first occurrence in the entire WizardPagesCollection. |
![]() | Insert | Inserts an element into the WizardPagesCollection at the specified index. |
![]() | Remove | Removes the first occurrence of a specific object from the WizardPagesCollection. |
![]() | RemoveAt | (Inherited from System.Collections.CollectionBase) |
Protected Methods
Name | Description | |
---|---|---|
![]() | OnClear | (Inherited from System.Collections.CollectionBase) |
![]() | OnClearComplete | (Inherited from System.Collections.CollectionBase) |
![]() | OnInsert | (Inherited from System.Collections.CollectionBase) |
![]() | OnInsertComplete | Overridden. Performs additional custom processes after inserting a new element into the System.Collections.CollectionBase instance. |
![]() | OnRemove | (Inherited from System.Collections.CollectionBase) |
![]() | OnRemoveComplete | Overridden. Performs additional custom processes after removing an element from the System.Collections.CollectionBase instance. |
![]() | OnSet | (Inherited from System.Collections.CollectionBase) |
![]() | OnSetComplete | (Inherited from System.Collections.CollectionBase) |
![]() | OnValidate | (Inherited from System.Collections.CollectionBase) |
See Also