Easy Way to Bind Cancel Button to Escape

Is there an easy way to bind wx.ID_CANCEL to
the Esc key in windows without setting out a key event handler? This seems to
happen automatically with MessageDialog and others of its ilk. Looking for a
way to do this more generally.

TIA

Jon K. Peck