CToolTipCtrl::GetText
擷取工具提示控制項對工具所維護的文字。
void GetText(
CString& str,
CWnd* pWnd,
UINT_PTR nIDTool = 0
) const;
參數
str
out 接收工具文字的 CString 物件的參考。pWnd
指標至工具的視窗。nIDTool
工具的 ID。
備註
pWnd 和 nIDTool 參數會識別該工具。 如果該工具先前以工具提示控制項註冊傳遞至 CToolTipCtrl::AddTool) 的呼叫, str 參數所參考的物件指派工具的文字。
需求
Header: afxcmn.h