Prev Next

TC_KEYDOWN info  Overview  Group

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

typedef struct _TC_KEYDOWN { 

    NMHDR hdr;    // notification header 

    WORD wVKey;   // virtual-key code 

    UINT flags;
} TC_KEYDOWN;  

Members

hdr
Notification header
wVKey
Virtual key code.
flags
Same as the lParam parameter of the WM_KEYDOWN message.

See Also

TCN_KEYDOWN, WM_KEYDOWN