Поделиться через


CToolTipCtrl::GetTitle

Retrieves the title of the current tooltip control.

void GetTitle(
          PTTGETTITLE pttgt
) const;

Параметры

Parameter

Description

[out] pttgt

Pointer to a TTGETTITLE structure that contains information about the ToolTip control. When this method returns, the pszTitle member of the TTGETTITLE structure points to the text of the title.

Заметки

This method sends the TTM_GETTITLE message, which is described in the Windows SDK.

Требования

Header: afxcmn.h

This method is supported in Windows XP and later.

Additional requirements for this method are described in Build Requirements for Windows Vista Common Controls.

См. также

Основные понятия

CToolTipCtrl Class

CToolTipCtrl Members

Hierarchy Chart

TTM_GETTITLE

TTGETTITLE