Table of Contents

Method FocusDeepest

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

FocusDeepest(NavigationDirection, TabBehavior?)

Focuses the deepest focusable Subview if one exists. If there are no focusable Subviews then the focus is set to the view itself.

public bool FocusDeepest(NavigationDirection direction, TabBehavior? behavior)

Parameters

direction NavigationDirection
behavior TabBehavior?

Returns

bool

true if a subview other than this was focused.