Contents Index Topic Contents | ||
Previous Topic: Tab Control Notification Messages Next Topic: NM_RCLICK (tab) |
NM_CLICK (tab)
NM_CLICK lpnmh = (LPNMHDR) lParam;Notifies a tab control's parent window that the user has clicked the left mouse button within the control. NM_CLICK is sent in the form of a WM_NOTIFY message.
- The return value is ignored by the tab control.
- lpnmh
- Address of an NMHDR structure that contains additional information about this notification message.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.