Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves the title of the current tooltip control.
void GetTitle(
PTTGETTITLE pttgt
) const;
Parameters
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. |
Remarks
This method sends the TTM_GETTITLE message, which is described in the Windows SDK.
Requirements
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.