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

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

AddStep(WizardStep)

Adds a step to the wizard. The Next and Back buttons navigate through the added steps in the order they were added.

public void AddStep(WizardStep newStep)

Parameters

newStep WizardStep

Remarks

The "Next..." button of the last step added will read "Finish" (unless changed from default).

Edit this page