Class AllViewsTester
[Scenario.ScenarioMetadata("All Views Tester", "Provides a test UI for all classes derived from View.")]
[Scenario.ScenarioCategory("Layout")]
[Scenario.ScenarioCategory("Tests")]
[Scenario.ScenarioCategory("Top Level Windows")]
public class AllViewsTester : Scenario, IDisposable
- Inheritance
-
AllViewsTester
- Implements
- Inherited Members
Methods
- Init(ColorScheme)
Helper that provides the default Window implementation with a frame and label showing the name of the Scenario and logic to exit back to the Scenario picker UI. Override Init(ColorScheme) to provide any Toplevel behavior needed.