Table of Contents

Method GoToStep

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

GoToStep(WizardStep)

Changes to the specified Wizard.WizardStep.

public bool GoToStep(Wizard.WizardStep newStep)

Parameters

newStep Wizard.WizardStep

The step to go to.

Returns

bool

True if the transition to the step succeeded. False if the step was not found or the operation was cancelled.