CToolTipCtrl::SetToolRect
設定工具建立新界限的矩形。
void SetToolRect(
CWnd* pWnd,
UINT_PTR nIDTool,
LPCRECT lpRect
);
參數
pWnd
指標至工具的視窗。nIDTool
工具的 ID。lpRect
為 的長度 結構的指標指定的週框 (Bounding Rectangle)。
需求
Header: afxcmn.h
設定工具建立新界限的矩形。
void SetToolRect(
CWnd* pWnd,
UINT_PTR nIDTool,
LPCRECT lpRect
);
pWnd
指標至工具的視窗。
nIDTool
工具的 ID。
lpRect
為 的長度 結構的指標指定的週框 (Bounding Rectangle)。
Header: afxcmn.h