OnNcLButtonDblClk

王朝百科·作者佚名  2010-04-01  
宽屏版  字体: |||超大  

CWnd::OnNcLButtonDblClk

afx_msg void OnNcLButtonDblClk( UINT nHitTest, CPoint point );

Parameters

nHitTest

Specifies the hit-test code. A hit test is a test that determines the location of the cursor.

point

Specifies a CPoint object that contains the x and y screen coordinates of the cursor position. These coordinates are always relative to the upper-left corner of the screen.

Remarks

The framework calls this member function when the user double-clicks the left mouse button while the cursor is within a nonclient area of CWnd.

If appropriate, the WM_SYSCOMMAND message is sent.

NoteThis 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.

 
免责声明:本文为网络用户发布,其观点仅代表作者个人观点,与本站无关,本站仅提供信息存储服务。文中陈述内容未经本站证实,其真实性、完整性、及时性本站不作任何保证或承诺,请读者仅作参考,并请自行核实相关内容。
 
© 2005- 王朝百科 版权所有