Share via


NMTCKEYDOWN (Windows Embedded CE 6.0)

1/6/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

See Also

Reference

Tab Controls Structures
TCN_KEYDOWN
NMHDR