Примечание
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Determines whether the COleControl object has the mouse capture.
CWnd* GetCapture( );
Возвращаемое значение
If the control is activated and windowless, returns this if the control currently has the mouse capture (as determined by the control's container), or NULL if it does not have the capture.
Otherwise, returns the CWnd object that has the mouse capture (same as CWnd::GetCapture).
Заметки
An activated windowless control receives the mouse capture when SetCapture is called.
Требования
Header: afxctl.h