Method GetNextStep | Terminal.Gui v1 (original) (raw)
Namespace
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
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.