NMTCKEYDOWNNMTCKEYDOWN*
*Contents  *Index  *Topic Contents
*Previous Topic: Tab Control Structures
*Next Topic: TCHITTESTINFO

NMTCKEYDOWN


typedef struct tagNMTCKEYDOWN {
    NMHDR hdr;
    WORD wVKey;
    UINT flags;
} NMTCKEYDOWN;

Contains information about a key press in a tab control. It is used with the TCN_KEYDOWN notification message. This structure supersedes the TC_KEYDOWN structure.

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.

Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.