Table of Contents

Property TopRunnable

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

TopRunnable

Gets or sets the Toplevel that is on the top of the SessionStack.

public Toplevel? TopRunnable { get; set; }

Property Value

Toplevel

Remarks

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