Click or drag to resize
PageCollectionAdd Method
Adds a WizardPage into the Collection

Namespace: Gui.Wizard
Assembly: VirtualRadar.WinForms (in VirtualRadar.WinForms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public int Add(
	WizardPage value
)

Parameters

value
Type: Gui.WizardWizardPage
The page to add

Return Value

Type: Int32
See Also