Creates the WizardPageCollection.
Namespace: System.Extensions.Windows.FormsAssembly: System.Extensions (in System.Extensions.dll) Version: 0.0.0.5 (0.0.0.5)
Syntax
C# |
---|
protected virtual WizardPageCollection CreateWizardPageCollection() |
Visual Basic |
---|
Protected Overridable Function CreateWizardPageCollection As WizardPageCollection |
Visual C++ |
---|
protected:
virtual WizardPageCollection^ CreateWizardPageCollection() |
F# |
---|
abstract CreateWizardPageCollection : unit -> WizardPageCollection
override CreateWizardPageCollection : unit -> WizardPageCollection |
Return Value
Type:
WizardPageCollectionA
WizardPageCollection to store the wizard pages.
See Also