Class WizardControlBuilder
- Namespace
- SharpConsoleUI.Builders
- Assembly
- SharpConsoleUI.dll
Fluent builder for WizardControl. Shares FlowControlBuilderBase<TSelf>'s
fluent surface (placeholder, name, margin, sizing, alignment, sticky position) — the same way
WizardControl shares FlowControl — and produces a WizardControl
from Build(). Because the base is self-typed, the fluent chain keeps returning
WizardControlBuilder, so Controls.Wizard().WithName(...).Build() yields a
WizardControl. If no placeholder is set, the WizardControl's default placeholder is kept.
public sealed class WizardControlBuilder : FlowControlBuilderBase<WizardControlBuilder>, IControlBuilder<WizardControl>
- Inheritance
-
WizardControlBuilder
- Implements
- Inherited Members
- Extension Methods
Methods
Build()
Builds the configured WizardControl.
public WizardControl Build()