Contents Index Topic Contents | ||
Previous Topic: HDN_ITEMCHANGING Next Topic: HDN_ITEMDBLCLICK |
HDN_ITEMCLICK
HDN_ITEMCLICK phdr = (LPNMHEADER) lParam;Notifies a header control's parent window that the user clicked the control. This notification message is sent in the form of a WM_NOTIFY message.
- No return value.
- phdr
- Address of an NMHEADER structure that identifies the header control and specifies the index of the header item that was clicked and the mouse button used to click the item. The pItem member is set to NULL.
A header control sends this notification message after the user releases the left mouse button.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.