Table of Contents

Class ApplicationNavigation

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

Helper class for Application navigation. Held by Navigation

public class ApplicationNavigation
Inheritance
ApplicationNavigation
Inherited Members

Constructors

ApplicationNavigation()

Initializes a new instance of the ApplicationNavigation class.

Methods

AdvanceFocus(NavigationDirection, TabBehavior?)

Advances the focus to the next or previous view in the focus chain, based on direction.

GetFocused()

Gets the most focused View in the application, if there is one.

IsInHierarchy(View?, View?)

Gets whether view is in the Subview hierarchy of start.

Events

FocusedChanged

Raised when the most focused View in the application has changed.