Table of Contents

Method GetNextStep

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

GetNextStep()

Returns the next enabled Wizard.WizardStep after the current step. Takes into account steps which are disabled. If CurrentStep is null returns the first enabled step.

public Wizard.WizardStep GetNextStep()

Returns

Wizard.WizardStep

The next step after the current step, if there is one; otherwise returns null, which indicates either there are no enabled steps or the current step is the last enabled step.