MFC
Expand Minimize
This topic has not yet been rated - Rate this topic

CWnd::GetCapture

Retrieves the window that has the mouse capture.

static CWnd* PASCAL GetCapture( );

Identifies the window that has the mouse capture. It is NULL if no window has the mouse capture.

The return value may be temporary and should not be stored for later use.

Only one window has the mouse capture at any given time. A window receives the mouse capture when the SetCapture member function is called. This window receives mouse input whether or not the cursor is within its borders.

Header: afxwin.h

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.