CToolTipCtrl::DelTool
从工具提示控件必须支持的工具的集合中移除 pWnd 和 nIDTool 指定的工具。
void DelTool(
CWnd* pWnd,
UINT_PTR nIDTool = 0
);
参数
pWnd
指向包含工具的窗口。nIDTool
工具的ID。
要求
Header: afxcmn.h
从工具提示控件必须支持的工具的集合中移除 pWnd 和 nIDTool 指定的工具。
void DelTool(
CWnd* pWnd,
UINT_PTR nIDTool = 0
);
pWnd
指向包含工具的窗口。
nIDTool
工具的ID。
Header: afxcmn.h