CMDIChildWndEx::PaneFromPoint

返回包含给定的点窗格。

CBasePane* PaneFromPoint(
   CPoint point,
   int nSensitivity,
   bool bExactBar,
   CRuntimeClass* pRTCBarType
) const;
CBasePane* PaneFromPoint(
   CPoint point,
   int nSensitivity,
   DWORD& dwAlignment,
   CRuntimeClass* pRTCBarType
) const;

参数

  • [in] point
    用屏幕坐标指定点,检查。

  • [in] nSensitivity
    增加搜索该区域由此数量。 如果向中添加的区域,点是否位于窗格满足搜索条件。

  • [in] bExactBar
    忽略 nSensitivity 参数的TRUE ;否则,FALSE。

  • [in] pRTCBarType
    如果不是 NULL,方法搜索一个指定类型的仅窗格。

  • [in] dwAlignment
    如果窗格位于指定的点,此参数包含是最接近指定点窗格的。 有关更多信息,请参见“备注”一节。

返回值

CBasePane的指针-包含给定的派生对象的点或 NULL,如果未找到窗格。

备注

调用此方法来确定窗格是否包含指定的基于指定的条件点(如运行时选件类和可见性。

当函数返回时,并找到窗格中,dwAlignment 包含指定的对齐点。 例如,一个,如果此点是最接近窗格的顶部,dwAlignment 设置为 CBRS_ALIGN_TOP

要求

标头: afxmdichildwndex.h

请参见

参考

CMDIChildWndEx选件类

层次结构图