Table of Contents

Class Notepad

Namespace
UICatalog.Scenarios
Assembly
UICatalog.dll
[Scenario.ScenarioMetadata("Notepad", "Multi-tab text editor uising the TabView control.")]
[Scenario.ScenarioCategory("Controls")]
[Scenario.ScenarioCategory("TabView")]
public class Notepad : Scenario, IDisposable
Inheritance
Notepad
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.

Save()
Save(Tab)
SaveAs()
Setup()

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