Property MostFocused | Terminal.Gui v2 (original) (raw)

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

MostFocused

Returns the most focused SubView down the subview-hierarchy.

public View? MostFocused { get; }

Property Value

View

The most focused SubView, or null if no SubView is focused.

Edit this page