Table of Contents

Class RunTExample

Namespace
UICatalog.Scenarios
Assembly
UICatalog.dll
[Scenario.ScenarioMetadata("Run<T> Example", "Illustrates using Application.Run<T> to run a custom class")]
[Scenario.ScenarioCategory("Top Level Windows")]
public class RunTExample : Scenario, IDisposable
Inheritance
RunTExample
Implements
Inherited Members

Methods

Run()

Runs the Scenario. Override to start the Scenario using a Toplevel different than Top.

Setup()

Override this to implement the Scenario setup logic (create controls, etc...).