This topic has not yet been rated - Rate this topic

NM_DBLCLK (status bar) notification code

Notifies the parent window of a status bar control that the user has double-clicked the left mouse button within the control. This notification code is sent in the form of a WM_NOTIFY message.


NM_DBLCLK
		
    LPNMMOUSE lpnm = (LPNMMOUSE) lParam;

Parameters

lParam

Pointer to an NMMOUSE structure that contains additional information about this notification. The dwItemSpec member contains the index of the section that was clicked.

Return value

Return TRUE to indicate that the mouse click was handled and suppress default processing by the system. Return FALSE to allow default processing of the click.

Requirements

Minimum supported client

Windows 2000 Professional [desktop apps only]

Minimum supported server

Windows 2000 Server [desktop apps only]

Header

Commctrl.h

 

 

Send comments about this topic to Microsoft

Build date: 10/27/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.