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

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

GoNext()

Causes the wizard to move to the next enabled step (or last step if CurrentStep is not set). If there is no previous step, does nothing.

public bool GoNext()

Returns

bool

true if the transition to the step succeeded. false if the step was not found or the operation was cancelled.

Edit this page