Method AdvanceFocus
AdvanceFocus(NavigationDirection, TabBehavior?)
Advances the focus to the next or previous view in the focus chain, based on
direction
.
itself.
public bool AdvanceFocus(NavigationDirection direction, TabBehavior? behavior)
Parameters
direction
NavigationDirectionbehavior
TabBehavior?
Returns
Remarks
If there is no next/previous view to advance to, the focus is set to the view itself.
See the View Navigation Deep Dive for more information: https://gui-cs.github.io/Terminal.GuiV2Docs/docs/navigation.html