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