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.
Determines if a point is inside the tab area.
virtual BOOL IsPtInTabArea(
CPoint point
) const = 0;
Parameters
- [in] point
The point to test.
Return Value
Nonzero if the point is in the tab area; 0 otherwise.
Remarks
In the CMFCBaseTabCtrl Class, this method is a pure virtual function and has no implementation. If you derive a class from CMFCBaseTabCtrl, you have to implement this function.
Requirements
Header: afxbasetabctrl.h