Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This structure contains information about a keyboard event in a tree-view control. This structure is used with the TVN_KEYDOWN message.
typedefstructtagTVKEYDOWN{NMHDRhdr;WORDwVKey;UINTflags;}NMTVKEYDOWN,FAR* LPNMTVKEYDOWN;
Members
- hdr**
NMHDR structure that contains information about this message. - wVKey**
Virtual key code. - flags**
Set to zero.
Requirements
OS Versions: Windows CE 2.0 and later.
Header: Commctrl.h.
See Also
Send Feedback on this topic to the authors