Click or drag to resize
PageCollectionInsert Method
Adds a new page at a particular position in the Collection

Namespace: Gui.Wizard
Assembly: VirtualRadar.WinForms (in VirtualRadar.WinForms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void Insert(
	int index,
	WizardPage value
)

Parameters

index
Type: SystemInt32
Position
value
Type: Gui.WizardWizardPage
Page to be added
See Also