Partager via


NMTCKEYDOWN (Windows CE 5.0)

Send Feedback

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

TCN_KEYDOWN | NMHDR

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.