TVN_KEYDOWNTVN_KEYDOWN*
*



Contents  *



Index  *Topic Contents
*Previous Topic: TVN_ITEMEXPANDING
*Next Topic: TVN_SELCHANGED

TVN_KEYDOWN


TVN_KEYDOWN 
    ptvkd = (LPNMTVKEYDOWN) lParam 

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.

ptvkd
Address of an NMTVKEYDOWN structure. The wVKey member specifies the virtual key code.

Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.