Contents Index Topic Contents | ||
Previous Topic: NM_HOVER Next Topic: NM_KILLFOCUS |
NM_KEYDOWN
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.
- Return nonzero to prevent the control from processing the key, or zero otherwise.
- lpnmk
- Address of an NMKEY structure that contains additional information about the key that caused the notification message.
Version 4.71
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.