NM_NCHITTEST (rebar)NM_NCHITTEST (rebar)*
*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.

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


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.