Table of Contents

Method IsHotKeyBound

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

IsHotKeyBound(Key, out View?)

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

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

Parameters

key Key

The key to test.

boundView View

Returns the view the key is bound to.

Returns

bool