CToolTipCtrl::SetToolRect
设置工具的一个新的边框。
void SetToolRect(
CWnd* pWnd,
UINT_PTR nIDTool,
LPCRECT lpRect
);
参数
pWnd
指向包含工具的窗口。nIDTool
工具的ID。lpRect
为 RECT 结构的指针指定新的边框的。
要求
Header: afxcmn.h
设置工具的一个新的边框。
void SetToolRect(
CWnd* pWnd,
UINT_PTR nIDTool,
LPCRECT lpRect
);
pWnd
指向包含工具的窗口。
nIDTool
工具的ID。
lpRect
为 RECT 结构的指针指定新的边框的。
Header: afxcmn.h