Method ProcessKey
ProcessKey(KeyEvent)
Wizard is derived from Dialog and Dialog causes Esc
to call
RequestStop(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