Overview
Group
Quick Info

Windows NT
Yes
Win95
Yes
Win32s
Yes
Import Library
-
Header File
commctrl.h
Unicode
No
Platform Notes
None

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 structure, which enables a tree-view control to pass a pointer to a TV_KEYDOWN structure as the lParam parameter of a WM_NOTIFY message.

sVKey

Virtual key code.

flags

Always zero.

Remarks

This structure is used with the TVN_KEYDOWN notification message.

See Also

NMHDR
, TVN_KEYDOWN, WM_NOTIFY

Software for developers
Delphi Components
.Net Components
Software for Android Developers
More information resources
MegaDetailed.Net
Unix Manual Pages
Delphi Examples