Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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