Click or drag to resize
PageCollectionAddRange Method
Adds an array of pages into the collection. Used by the Studio Designer generated coed

Namespace: Gui.Wizard
Assembly: VirtualRadar.WinForms (in VirtualRadar.WinForms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void AddRange(
	WizardPage[] pages
)

Parameters

pages
Type: Gui.WizardWizardPage
Array of pages to add
See Also