This structure contains information about a keyboard event in a tree view control. This structure is identical to the NMTVKEYDOWN structure, but was renamed to follow standard naming conventions.
At a Glance
Header file: | Commctrl.h |
Windows CE versions: | 1.0 and later |
Syntax
typedef struct _TV_KEYDOWN {
NMHDR hdr;
WORD wVKey;
UINT flags;
} TV_KEYDOWN;
Members
hdr
NMHDR structure that contains information about this notification message.
wVKey
Virtual key code.
flags
Set to zero.
See Also