CToolTipCtrl::UpdateTipText
このコントロールのツールのツールヒント テキストを更新します。
void UpdateTipText(
LPCTSTR lpszText,
CWnd* pWnd,
UINT_PTR nIDTool = 0
);
void UpdateTipText(
UINT nIDText,
CWnd* pWnd,
UINT_PTR nIDTool = 0
);
パラメーター
lpszText
ツールのテキストへのポインター。pWnd
ツールを含むウィンドウへのポインター。nIDTool
ツールの ID。nIDText
ツールのテキストを含む文字列リソースの ID。
必要条件
ヘッダー: afxcmn.h