Property TopRunnable
TopRunnable
Gets or sets the Toplevel that is on the top of the SessionStack.
public Toplevel? TopRunnable { get; set; }
Property Value
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).