Table of Contents

Method IsHotKeyKeyBound

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

IsHotKeyKeyBound(Key, out View?)

Returns true if Key is bound in this view hierarchy. For debugging

public bool IsHotKeyKeyBound(Key key, out View? boundView)

Parameters

key Key

The key to test.

boundView View

Returns the view the key is bound to.

Returns

bool