CToolTipCtrl::SetTitle
Adds a standard icon and title string to a tool tip.
BOOL SetTitle(
UINT uIcon,
LPCTSTR lpstrTitle
);
Параметры
uIcon
See icon in TTM_SETTITLE in the Windows SDK.lpstrTitle
Pointer to the title string.
Возвращаемое значение
Nonzero if successful; otherwise 0.
Заметки
This member function implements the behavior of the Win32 message TTM_SETTITLE, as described in the Windows SDK.
Требования
Header: afxcmn.h