Table of Contents

Property TopRunnable

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

TopRunnable

Gets the Runnable that is on the top of the SessionStack.

IRunnable? TopRunnable { get; }

Property Value

IRunnable

Remarks

The top runnable in the session stack captures all mouse and keyboard input. This is set by Begin(IRunnable) and cleared by End(SessionToken).