Property NextFinishButton | Terminal.Gui v2 (original) (raw)
Namespace
Assembly
Terminal.Gui.dll
NextFinishButton
If the CurrentStep is the last step in the wizard, this button causes the Finishedevent to be fired and the wizard to close. If the step is not the last step, the MovingNext event will be fired and the wizard will move next step.
public Button NextFinishButton { get; }
Property Value
Remarks
Use the MovingNext and Finished events to be notified when the user attempts go to the next step or finish the wizard.