This structure contains information about a key press in a tab control, and is superseded by the NMTCKEYDOWN structure.
At a Glance
Header file: | Commctrl.h |
Windows CE versions: | 1.0 and later |
Syntax
typedef struct _TC_KEYDOWN {
NMHDR hdr;
WORD wVKey;
UINT flags;
} TC_KEYDOWN;
Members
hdr
NMHDR structure that contains information about the notification message.
wVKey
Virtual key code.
flags
Value that is identical to the lParam parameter of the WM_KEYDOWN message.
See Also