NM_KEYDOWN (toolbar)NM_KEYDOWN (toolbar)*
*



Contents  *



Index  *Topic Contents
*Previous Topic: NM_CUSTOMDRAW (toolbar)
*Next Topic: NM_RCLICK (toolbar)

NM_KEYDOWN (toolbar)


NM_KEYDOWN
    lpnmk = (LPNMKEY) lParam;

Sent by a control when the control has the keyboard focus and the user presses a key. This notification message is sent in the form of a WM_NOTIFY message.

lpnmk
Address of an NMKEY structure that contains additional information about the key that caused the notification message.

Currently, only the toolbar control sends this notification.

Version 4.71


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