Property Current
Current
Gets or sets the IRunnable that this popover is associated with.
public IRunnable? Current { get; set; }
Property Value
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.