Click or drag to resize
WizardNextTo Method
Moves to the page given and calls ShowFromNext

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

Parameters

page
Type: Gui.WizardWizardPage
Remarks
Does NOT call CloseFromNext on the current page
See Also