CBasePane::PaneFromPoint
返回包含给定的点窗格。
CBasePane* PaneFromPoint(
CPoint point,
int nSensitivity,
bool bExactBar = false,
CRuntimeClass* pRTCBarType = NULL
) const;
参数
[in] point
用屏幕坐标指定点,检查。[in] nSensitivity
增加搜索该区域由此数量。 如果向中添加的区域,点是否位于窗格将满足搜索条件。[in] bExactBar
忽略 nSensitivity 参数的TRUE ;否则,FALSE。[in] pRTCBarType
如果不是 NULL,方法搜索一个指定类型的仅窗格。
返回值
CBasePane-包含给定的派生对象的点或 NULL,如果未找到窗格。
要求
标头: afxbasepane.h