This structure contains information about a keyboard event in a tree-view control. This structure is used with the TVN_KEYDOWN notification message.
At a Glance
Header file: | Commctrl.h |
Windows CE versions: | 2.0 and later |
Syntax
typedef struct tagTVKEYDOWN {
NMHDR hdr;
WORD wVKey;
UINT flags;
} NMTVKEYDOWN, FAR *LPNMTVKEYDOWN;
Members
hdr
NMHDR structure that contains information about this notification message.
sVKey
Virtual key code.
flags
Set to zero.