Class WizardAsView
Implements
System.IDisposable
Inherited Members
Namespace: UICatalog.Scenarios
Assembly: UICatalog.dll
Syntax
[Scenario.ScenarioMetadata("WizardAsView", "Shows using the Wizard class in an non-modal way")]
[Scenario.ScenarioCategory("Wizards")]
public class WizardAsView : Scenario
Constructors
WizardAsView()
Declaration
public WizardAsView()
Methods
Init(Toplevel, ColorScheme)
Declaration
public override void Init(Toplevel top, ColorScheme colorScheme)
Parameters
Type | Name | Description |
---|---|---|
Toplevel | top | |
ColorScheme | colorScheme |
Overrides
Run()
Declaration
public override void Run()
Overrides
Implements
System.IDisposable