Table of Contents

Method AdvanceFocus

Namespace
Terminal.Gui.App
Assembly
Terminal.Gui.dll

AdvanceFocus(NavigationDirection, TabBehavior?)

Advances focus in the specified direction.

bool AdvanceFocus(NavigationDirection direction, TabBehavior? behavior)

Parameters

direction NavigationDirection

The direction to advance focus.

behavior TabBehavior?

The tab behavior to use. If null, uses default behavior.

Returns

bool

true if focus was advanced; otherwise, false.