다음을 통해 공유


ON_UPDATE_COMMAND_UI

This macro indicates which function will handle a user-interface update command message.

ON_UPDATE_COMMAND_UI(id, memberFxn )

매개 변수

  • id
    메시지 ID입니다.

  • memberFxn
    The name of the message-handler function to which the message is mapped.

설명

There should be exactly one ON_UPDATE_COMMAND_UI macro statement in your message map for every user-interface update command that must be mapped to a message-handler function.

For more information and examples, see Message Handling and Mapping Topics.

요구 사항

Header: afxole.h

참고 항목

참조

ON_MESSAGE

ON_REGISTERED_MESSAGE

ON_CONTROL

ON_COMMAND

CCmdUI 클래스

개념

MFC 매크로 및 전역