NMTCKEYDOWN

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

This structure contains information about a key press in a tab control. It is used with the TCN_KEYDOWN message.

Syntax

typedef struct tagNMTCKEYDOWN {
  NMHDR hdr;
  WORD wVKey;
  UINT flags;
} 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

Header commctrl.h
Windows Embedded CE Windows CE 2.0 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also

Reference

TCN_KEYDOWN
NMHDR