Contents Index Topic Contents | ||
Previous Topic: HDN_ITEMCLICK Next Topic: HDN_TRACK |
HDN_ITEMDBLCLICK
HDN_ITEMDBLCLICK pnmhdr = (LPNMHEADER) lParam;Notifies a header control's parent window that the user double-clicked the control. This notification message is sent in the form of a WM_NOTIFY message. Only header controls that are set to the HDS_BUTTONS style send this notification.
- No return value.
- pnmhdr
- Address of an NMHEADER structure that contains information about this notification.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.