A base class for creating wizard interfaces. Manages pages as a stack of UserControls.
More...
|
readonly Stack< UserControl > | PageStack = new() |
| The wizard page history with the currently visible page on top. More...
|
|
A base class for creating wizard interfaces. Manages pages as a stack of UserControls.
- See also
- IWizardPage
◆ Wizard()
NanoByte.Common.Controls.Wizard.Wizard |
( |
| ) |
|
|
inline |
◆ PopPage()
void NanoByte.Common.Controls.Wizard.PopPage |
( |
| ) |
|
|
inlineprotected |
Removes the current wizard page form the PageStack and displays the previous one.
◆ PushPage()
void NanoByte.Common.Controls.Wizard.PushPage |
( |
UserControl |
page | ) |
|
|
inlineprotected |
Displays a new wizard page and adds it to the PageStack.
- Parameters
-
page | The page to display and add. |
- See also
- IWizardPage
◆ PageStack
readonly Stack<UserControl> NanoByte.Common.Controls.Wizard.PageStack = new() |
|
protected |
The wizard page history with the currently visible page on top.
The documentation for this class was generated from the following file:
- Common.WinForms/Controls/Wizard.cs