Table of Contents

Method GetNextStep

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

GetNextStep()

Gets the next enabled step after CurrentStep.

public WizardStep? GetNextStep()

Returns

WizardStep

The next enabled step, or null if none exists.

Remarks

Disabled steps are automatically skipped.