Table of Contents

Property NextFinishButton

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

NextFinishButton

The Next/Finish button. Advances to the next step or completes the wizard.

public Button NextFinishButton { get; }

Property Value

Button

Remarks

On the last step, displays "Finish" text and raises Accepting when pressed.

On other steps, displays "Next" text and raises MovingNext when pressed.