Table of Contents

Method GetPreviousStep

Namespace
Terminal.Gui.Views
Assembly
Terminal.Gui.dll

GetPreviousStep()

Gets the previous enabled step before CurrentStep.

public WizardStep? GetPreviousStep()

Returns

WizardStep

The previous enabled step, or null if none exists.

Remarks

Disabled steps are automatically skipped.