NM_DBLCLKNM_DBLCLK*
*



Contents  *



Index  *Topic Contents
*Previous Topic: NM_CLICK
*Next Topic: NM_HOVER

NM_DBLCLK


NM_DBLCLK 
    lpnmh = (LPNMHDR) lParam; 

Notifies a control's parent window that the user has double-clicked the left mouse button within the control. NM_DBLCLK 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.