Use TranslateAccelerator so that TAB, Return, etc. keys are properly processed by wxActiveX controls.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36451 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Kevin Ollivier
2005-12-19 01:42:32 +00:00
parent 89c8318014
commit 39fc328f03
2 changed files with 11 additions and 2 deletions

View File

@@ -610,6 +610,7 @@ protected:
FuncXArray m_methods;
NameMap m_methodNames;
virtual bool MSWTranslateMessage(WXMSG* pMsg);
long MSWWindowProc(WXUINT nMsg, WXWPARAM wParam, WXLPARAM lParam);
DECLARE_CLASS(wxActiveX)