Click or drag to resize
PageCollectionRemove Method
Removes the given page from the collection

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

Parameters

value
Type: Gui.WizardWizardPage
Page to remove
See Also