Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Sets the tooltip text for a pane in a status bar.
void SetTipText(
int nPane,
LPCTSTR pszTipText
);
Parameters
nPane
The zero-based index of status bar pane to receive the tooltip text.pszTipText
A pointer to a string containing the tooltip text.
Remarks
This member function implements the behavior of the Win32 message SB_SETTIPTEXT, as described in the Windows SDK.
Example
m_wndSBC.SetTipText(0, _T("This is Pane 0"));
Requirements
Header: afxcmn.h