Table of Contents

Method OnCommandNotBound

Namespace
Terminal.Gui.ViewBase
Assembly
Terminal.Gui.dll

OnCommandNotBound(CommandEventArgs)

When in tab mode, if a command is not handled by the TitleView, bubble it to the SuperView (e.g. Tabs); this enables keyboard navigation commands to be handled by the Tabs container when the TitleView has focus.

protected override bool OnCommandNotBound(CommandEventArgs args)

Parameters

args CommandEventArgs

Returns

bool