NMTCKEYDOWN (Windows CE 5.0)
This structure contains information about a key press in a tab control. It is used with the TCN_KEYDOWN message.
typedefstructtagNMTCKEYDOWN{NMHDRhdr;WORDwVKey;UINTflags;}NMTCKEYDOWN;
Members
- hdr**
NMHDR structure that contains information about the message. - wVKey**
Virtual key code. - flags**
Value that is identical to the lParam parameter of the WM_KEYDOWN message.
Requirements
OS Versions: Windows CE 2.0 and later.
Header: Commctrl.h.
See Also
Send Feedback on this topic to the authors