MFC
TRY
Développer Réduire
Ce sujet n'a pas encore été évalué - Évaluez ce sujet

ON_UPDATE_COMMAND_UI

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


ON_UPDATE_COMMAND_UI(id, memberFxn )

Parameters

id

The message 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.

Cela vous a-t-il été utile ?
(1500 caractères restants)

Ajouts de la communauté

AJOUTER
© 2013 Microsoft. Tous droits réservés.