Method FocusDeepest | Terminal.Gui v2 (original) (raw)

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.

Edit this page