Table of Contents

Method OnKeyDownNotHandled

Namespace
Terminal.Gui.Views
Assembly
Terminal.Gui.dll

OnKeyDownNotHandled(Key)

Called when the user has pressed key it wasn't handled by KeyDown and was not bound to a key binding.

protected override bool OnKeyDownNotHandled(Key a)

Parameters

a Key

Returns

bool

false if the key press was not handled. true if the keypress was handled and no other view should see it.