NM_SETFOCUS (list view)NM_SETFOCUS (list view)*
*Contents  *Index  *Topic Contents
*Previous Topic: NM_RETURN (list view)
*Next Topic: List View Control Structures

NM_SETFOCUS (list view)


NM_SETFOCUS 
    lpnmh = (LPNMHDR) lParam; 

Notifies a list view control's parent window that the control has received the input focus. NM_SETFOCUS is sent in the form of a WM_NOTIFY message.

lpnmh
Address of an NMHDR structure that contains additional information about this notification message.

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