Table of Contents

Property MostFocused

Namespace
Terminal.Gui.ViewBase
Assembly
Terminal.Gui.dll

MostFocused

Returns the most focused SubView down the subview-hierarchy, or this view if it has focus and no subview has focus.

public View? MostFocused { get; }

Property Value

View

The most focused SubView, this view if it has focus and no subview has focus, or null if this view does not have focus.