Table of Contents

Property App

Namespace
Terminal.Gui.App
Assembly
Terminal.Gui.dll

App

Sets the application instance that this keyboard handler is associated with. This provides access to application state without coupling to static Application class.

IApplication? App { get; set; }

Property Value

IApplication