Contents Index Topic Contents | ||
Previous Topic: NM_CUSTOMDRAW (header) Next Topic: NM_RELEASEDCAPTURE (header) |
NM_RCLICK (header)
NM_RCLICK lpnmh = (LPNMHDR) lParam;Notifies a tree view control's parent window that the user has clicked the right mouse button within the control. This notification is sent in the form of a WM_NOTIFY message.
- Return nonzero to not allow the default processing, or zero to allow the default processing.
- 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.