Contents Index Topic Contents | ||
Previous Topic: NM_KILLFOCUS Next Topic: NM_OUTOFMEMORY |
NM_NCHITTEST
NM_NCHITTEST lpnmmouse = (LPNMMOUSE) lParam;Sent by a control when the control receives a WM_NCHITTEST message. This notification message is sent in the form of a WM_NOTIFY message.
- Unless otherwise specified, return zero to allow the control 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 a NMMOUSE structure that contains information about the notification. 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.