释义 |
Message Mapping 基本例句 消息映射 Parameter, this means that no message map entry has been found for the command.函数,这意味着未找到命令的任何消息映射项。 This object contains a reference to the control and the message map.此对象包含对控件的引用和消息映射。 To do so, it will need a handler function and an appropriate entry in the control's class message map.为了达到这样的目的,在控件类消息映射中需要一个处理函数和一个合适的入口。 The wizard inserts into the header file a message map and declarations for handling the default click events.此向导在头文件中插入处理默认单击事件的消息映射和声明。 Like all command targets, a view handles messages via a message map.和所有的命令目标一样,视图通过消息映射来处理消息。 The equivalent of ON_COMMAND and ON_UPDATE_COMMAND message map handling is implemented in the document's override of CCmdTarget:: OnCmdMsg.ON_COMMAND和ON_UPDATE_COMMAND消息映射处理的等效项在文档的CCmdTarget::OnCmdMsg重写中实现。 |