WizardPagesCollection Class

Source: Controls/WizardPagesCollection.cs · Assembly: Dew.Math.Controls
CollectionBaseWizardPagesCollection

public class WizardPagesCollection : CollectionBase

Represents a collection of wizard pages.

Properties

NameTypeDescription
ItemWizardPage

Methods

NameDescription
AddAdds an object to the end of the WizardPagesCollection.
AddRangeAdds the elements of an array of WizardPage objects to the end of the WizardPagesCollection.
ContainsDetermines whether an element is in the WizardPagesCollection.
IndexOfSearches for the specified WizardPage and returns the zero-based index of the first occurrence in the entire WizardPagesCollection.
InsertInserts an element into the WizardPagesCollection at the specified index.
RemoveRemoves the first occurrence of a specific object from the WizardPagesCollection.