CWnd::OnNcHitTest 

afx_msg UINT OnNcHitTest( CPoint point );

Return Value

One of the mouse hit-test enumerated values listed below.

Parameters

point

Contains the x- and y-coordinates of the cursor. These coordinates are always screen coordinates.

Remarks

The framework calls this member function for the CWnd object that contains the cursor (or the CWnd object that used the SetCapture member function to capture the mouse input) every time the mouse is moved.

Note   This member function is called by the framework to allow your application to handle a Windows message. The parameters passed to your function reflect the parameters received by the framework when the message was received. If you call the base-class implementation of this function, that implementation will use the parameters originally passed with the message and not the parameters you supply to the function.

CWnd OverviewClass MembersHierarchy Chart

See Also   CWnd::GetCapture, WM_NCHITTEST

Mouse Enumerated Values