Contents Index Topic Contents | ||
Previous Topic: NMTVGETINFOTIP Next Topic: TVHITTESTINFO |
NMTVKEYDOWN
typedef struct tagTVKEYDOWN { NMHDR hdr; WORD wVKey; UINT flags; } NMTVKEYDOWN, FAR *LPNMTVKEYDOWN;Contains information about a keyboard event in a tree view control. This structure is used with the TVN_KEYDOWN notification message. The structure is identical to the TV_KEYDOWN structure, but it has been renamed to follow current naming conventions.
- hdr
- NMHDR structure that contains information about this notification message.
- wVKey
- Virtual key code.
- flags
- Always zero.
See also WM_NOTIFY
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.