TV_KEYDOWN
The TV_KEYDOWN
structure contains information about a keyboard event in a tree-view control.
pedef struct _TV_KEYDOWN { tvkd
NMHDR hdr;
WORD wVKey;
UINT flags;
} TV_KEYDOWN;
Members
hdr
Specifies a NMHDR
sVKey
Virtual key
code.
flags
Always zero.
Remarks
This
structure is used with the TVN_KEYDOWN notification message.
See Also