Share via


NMTCKEYDOWN (Compact 2013)

3/28/2014

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

See Also

Reference

Tab Controls Structures
TCN_KEYDOWN
NMHDR