Table of Contents

Method RaiseHandlingHotKey

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

RaiseHandlingHotKey()

Called when the View is handling the user pressing the View's HotKeys. Calls OnHandlingHotKey(CommandEventArgs) which can be cancelled; if not cancelled raises Accepting. event. The default HotKey handler calls this method.

protected bool? RaiseHandlingHotKey()

Returns

bool?

null if no event was raised; input proessing should continue. false if the event was raised and was not handled (or cancelled); input proessing should continue. true if the event was raised and handled (or cancelled); input proessing should stop.