Method FocusDeepest | Terminal.Gui v2 (original) (raw)
Namespace
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
true if a subview other than this was focused.