Share via


CFrameWndEx::OnNcHitTest

Called by the framework when the pointer moves or when a mouse button is pressed or released.

afx_msg LRESULT OnNcHitTest(
   CPoint point
);

Parameters

  • [in] point
    The location of the pointer in screen coordinates.

Return Value

A pointer hit enumerated value. For a list of possible values see WM_NCHITTEST Notification.

Requirements

Header: afxframewndex.h

See Also

Reference

CFrameWndEx Class

Hierarchy Chart