Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Retrieves the tooltip text for a pane in a status bar.
CString GetTipText(
int nPane
) const;
Parameters
- nPane
The zero-based index of status bar pane to receive the tooltip text.
Return Value
A CString object containing the text to be used in the tooltip.
Remarks
This member function implements the behavior of the Win32 message SB_GETTIPTEXT, as described in the Windows SDK.
Example
CString csPane0TipText = m_wndSBC.GetTipText(0);
Requirements
Header: afxcmn.h