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

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

OnKeyDownNotHandled(Key)

Wizard is derived from Dialog and Dialog causes Esc to callRequestStop(Toplevel?), closing the Dialog. Wizard overridesOnKeyDownNotHandled(Key) to instead fire the Cancelled event when Wizard is being used as a non-modal (see Modal).

protected override bool OnKeyDownNotHandled(Key key)

Parameters

key Key

Returns

bool

Edit this page