Method GetNextStep | Terminal.Gui v2 (original) (raw)

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

GetNextStep()

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

public WizardStep? GetNextStep()

Returns

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.

Edit this page