Table of Contents

Class WizardStep

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

A single step in a Wizard. Can contain arbitrary Views and display help text in the right Padding.

public class WizardStep : View, IDisposable, ISupportInitializeNotification, ISupportInitialize, IDesignable
Inheritance
WizardStep
Implements
Inherited Members
Extension Methods

Remarks

Do not set IsDefault on added buttons (conflicts with Wizard navigation). Use VisibleChanged or StepChanged to detect when this step becomes active. Set Enabled to control whether the step is shown.

Constructors

WizardStep()

Initializes a new instance of the WizardStep class.

Properties

BackButtonText

The text for the Back button. Defaults to "Back".

HelpText

The help text displayed in the right Padding. If empty, the right padding is hidden and content fills the entire step.

NextButtonText

The text for the Next/Finish button. Defaults to "Next..." or "Finish" based on position.

Methods

EndInit()

Signals the View that initialization is ending. See ISupportInitialize.

OnFrameChanged(in Rectangle)

Called when Frame changes.