Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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