CMFCBaseTabCtrl::FindTargetWnd
Identifies the pane that contains a specified point.
virtual CWnd* FindTargetWnd(
const CPoint& pt
) = 0;
Parameters
- [in] pt
A point that is defined by using client-area coordinates of the CMFCBaseTabCtrl object.
Return Value
A pointer to a CWnd object if successful; otherwise NULL.
Remarks
In the CMFCBaseTabCtrl class, this method is a pure virtual function: you must implement it if you derive a class from CMFCBaseTabCtrl.
Requirements
Header: afxbasetabctrl.h