Contents Index Topic Contents | ||
Previous Topic: NM_CUSTOMDRAW (rebar) Next Topic: NM_RELEASEDCAPTURE (rebar) |
NM_NCHITTEST (rebar)
NM_NCHITTEST lpnmmouse = (LPNMMOUSE) lParam;Sent by a rebar control when the control receives a WM_NCHITTEST message. This notification message is sent in the form of a WM_NOTIFY message.
- Return zero to allow the rebar to perform default processing of the hit test message, or return one of the HT* values documented under WM_NCHITTEST to override the default hit test processing.
- lpnmmouse
- Address of an NMMOUSE structure that contains information about the notification. The dwItemSpec member contains the band index over which the hit test message occurred, and the pt member contains the mouse coordinates of the hit test message.
Version 4.71
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.