Table of Contents

Property Application

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

Application

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

IApplication? Application { get; set; }

Property Value

IApplication