Click to Rate and Give Feedback
MSDN
MSDN Library
User Interface
Windows Controls
Control Library
Tree View
Notifications
 TVN_KEYDOWN Notification

  Switch on low bandwidth view
TVN_KEYDOWN Notification

Notifies a tree-view control's parent window that the user pressed a key and the tree-view control has the input focus. This notification message is sent in the form of a WM_NOTIFY message.

Syntax

TVN_KEYDOWN 

    ptvkd = (LPNMTVKEYDOWN) lParam 

Parameters

ptvkd
Pointer to an NMTVKEYDOWN structure. The wVKey member specifies the virtual key code.

Return Value

If the wVKey member of ptvkd is a character key code, the character will be used as part of an incremental search. Return nonzero to exclude the character from the incremental search, or zero to include the character in the search. For all other keys, the return value is ignored.

Notification Requirements

Minimum DLL Version None
Headercommctrl.h
Minimum operating systems Windows NT 3.51, Windows 95
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker