Table of Contents

Property Current

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

Current

Gets or sets the Current that this Popover is associated with. If null, it is not associated with any Toplevel and will receive all keyboard events from the IApplication. If set, it will only receive keyboard events the Toplevel would normally receive. When Register(IPopover?) is called, the Current is set to the current TopRunnable if not already set.

public Toplevel? Current { get; set; }

Property Value

Toplevel