Property BackButton | Terminal.Gui v1 (original) (raw)

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

BackButton

If the CurrentStep is not the first step in the wizard, this button causes the MovingBack event to be fired and the wizard moves to the previous step.

public Button BackButton { get; }

Property Value

Button

Remarks

Use the MovingBack event to be notified when the user attempts to go back.

Edit this page