Method ProcessKey | Terminal.Gui v1 (original) (raw)

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

ProcessKey(KeyEvent)

Wizard is derived from Dialog and Dialog causes Esc to callRequestStop(Toplevel), closing the Dialog. Wizard overrides ProcessKey(KeyEvent)to instead fire the Cancelled event when Wizard is being used as a non-modal (see Modal. See ProcessKey(KeyEvent) for more.

public override bool ProcessKey(KeyEvent kb)

Parameters

kb KeyEvent

Returns

bool

Edit this page