NM_CHAR (toolbar)NM_CHAR (toolbar)*
*



Contents  *



Index  *Topic Contents
*Previous Topic: Toolbar Control Notification Messages
*Next Topic: NM_CUSTOMDRAW (toolbar)

NM_CHAR (toolbar)


NM_CHAR
    lpnmc = (LPNMCHAR) lParam;

Sent by the toolbar when a character key is processed. This notification message is sent in the form of a WM_NOTIFY message.

lpnmc
Address of an NMCHAR structure that contains additional information about the character that caused the notification message. The dwItemPrev member of this structure contains the command identifier of the item that is currently hot or -1 if no item is currently hot. The dwItemNext member of this structure contains the command identifier of the item that will become hot or -1 if the key does not match any item's accelerator.

Version 4.71


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.