Creates the WizardPageCollection.

Namespace: System.Extensions.Windows.Forms
Assembly: 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: WizardPageCollection
A WizardPageCollection to store the wizard pages.

See Also