This topic has not yet been rated - Rate this topic

NM_LDOWN (toolbar) notification code

Notifies a toolbar's parent window that the left mouse button has been pressed. This notification code is sent in the form of a WM_NOTIFY message.


NM_LDOWN

    lpnmmouse = (LPNMMOUSE) lParam; 

Parameters

lParam

Pointer to an NMMOUSE structure that contains information about this notification code. If the mouse was clicked on a toolbar item, the dwItemSpec member contains the item identifier and the dwItemData member contains the item data. If the mouse was clicked on a separator or white space in the toolbar, the dwItemSpec member will contain -1.

Return value

Returns FALSE to allow the toolbar control to perform default processing of the event, or TRUE to prevent the control from processing the event.

Remarks

This notification is sent after the TBN_DROPDOWN notification code has been sent.

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.