Gets the collection of WizardPages.

Namespace: System.Extensions.Windows.Forms
Assembly: System.Extensions (in System.Extensions.dll) Version: 0.0.0.5 (0.0.0.5)

Syntax

C#
public WizardPageCollection WizardPages { get; }
Visual Basic
Public ReadOnly Property WizardPages As WizardPageCollection
	Get
Visual C++
public:
property WizardPageCollection^ WizardPages {
	WizardPageCollection^ get ();
}
F#
member WizardPages : WizardPageCollection with get

Property Value

Type: WizardPageCollection

See Also