Contains the IWizardPage instances that are attached to a WizardForm.
Namespace: System.Extensions.Windows.FormsAssembly: System.Extensions (in System.Extensions.dll) Version: 0.0.0.5 (0.0.0.5)
Syntax
C# |
---|
[SerializableAttribute] public class WizardPageCollection : Collection<WizardPage> |
Visual Basic |
---|
<SerializableAttribute> Public Class WizardPageCollection Inherits Collection(Of WizardPage) |
Visual C++ |
---|
[SerializableAttribute] public ref class WizardPageCollection : public Collection<WizardPage^> |
F# |
---|
[<SerializableAttribute>] type WizardPageCollection = class inherit Collection<WizardPage> end |
Inheritance Hierarchy
System..::..Object
System.Collections.ObjectModel..::..Collection<(Of <(<'WizardPage>)>)>
System.Extensions.Windows.Forms..::..WizardPageCollection
System.Collections.ObjectModel..::..Collection<(Of <(<'WizardPage>)>)>
System.Extensions.Windows.Forms..::..WizardPageCollection