LVN_KEYDOWNLVN_KEYDOWN*
*Contents  *Index  *Topic Contents
*Previous Topic: LVN_ITEMCHANGING
*Next Topic: LVN_MARQUEEBEGIN

LVN_KEYDOWN


LVN_KEYDOWN 
    pnkd = (LPNMLVKEYDOWN) lParam; 

Notifies a list view control's parent window that a key has been pressed. This notification message is sent in the form of a WM_NOTIFY message.

pnkd
Address of an NMLVKEYDOWN structure.

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