PyCWnd.PreTranslateMessage Virtual
PreTranslateMessage(msg)
Allows a Window to override the PreTranslateMessage handling.
Parameters
Return Value
The result should be a tuple of the same format as the msg param, in which case the MSG structure will be updated and TRUE returned from the C++ function. If None is returned, the default handler is called.