Method InvokeCommandsBoundToKey | Terminal.Gui v2 (original) (raw)

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

InvokeCommandsBoundToKey(Key)

Invokes any commands bound at the Application-level to key.

public static bool? InvokeCommandsBoundToKey(Key key)

Parameters

key Key

Returns

bool?

null if no command was found; input processing should continue.false if the command was invoked and was not handled (or cancelled); input processing should continue.true if the command was invoked the command was handled (or cancelled); input processing should stop.

Edit this page