Table of Contents

Property Current

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

Current

Gets or sets the IRunnable that this popover is associated with.

public IRunnable? Current { get; set; }

Property Value

IRunnable

Remarks

If null, the popover is not associated with any runnable and will receive all keyboard events from the application.

If set, the popover will only receive keyboard events when the associated runnable is active.

When Register(IPopover?) is called, this property is automatically set to TopRunnableView if not already set.