www.mxdraw.com
内容索引主面
前一个向上下一个
MxDraw::SetCommandMessgaeModify 方法

设置命令编辑框的消息处理方式

C++
static void SetCommandMessgaeModify(int iModify);
参数 
说明 
int iModify 
0:是在CCmdEdit::PreTranslateMessage(MSG* pMsg) 处理消息,1:是在LRESULT CCmdEdit::WindowProc(UINT message, WPARAM wParam, LPARAM lParam) 中处理消息 

设置命令编辑框的消息处理方式,一般在控件的初始化函数调用,默认是在CCmdEdit::PreTranslateMessage(MSG* pMsg) 处理消息

Copyright (c) 2010. All rights reserved.
你认为该帮助怎么样? 发送反馈信息!