Each button has a command identifier associated with it. When the user selects a button, the toolbar sends the parent window a WM_COMMAND message that includes the command identifier of the button. The parent window examines the command identifier and carries out the command associated with the button.
Каждая кнопка связала командный идентификатор с ним. Когда потребитель выбирается кнопку, toolbar посылает родительскому окну сообщение WM_COMMAND, которое включает командный идентификатор кнопки. Родительское окно изучает командный идентификатор и выполняет команду связанную кнопкой.