다음을 통해 공유


ON_UPDATE_COMMAND_UI_RANGE

Maps a contiguous range of command IDs to a single update message handler function.

ON_UPDATE_COMMAND_UI_RANGE(id1, id2, memberFxn )

매개 변수

  • id1
    Command ID at the beginning of a contiguous range of command IDs.

  • id2
    Command ID at the end of a contiguous range of command IDs.

  • memberFxn
    The name of the update message-handler function to which the commands are mapped.

설명

Update message handlers update the state of menu items and toolbar buttons associated with the command. The range of IDs starts with id1 and ends with id2.

There is no automatic support for message map ranges, so you must place the macro yourself.

요구 사항

Header: afxmsg_.h

참고 항목

참조

ON_COMMAND_RANGE

ON_CONTROL_RANGE

개념

MFC 매크로 및 전역