Table of Contents

Method GoToStep

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

GoToStep(WizardStep)

Changes to the specified WizardStep.

public bool GoToStep(WizardStep newStep)

Parameters

newStep 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.