CStatusBarCtrl::SetTipText

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 , as described in the Platform SDK.

Example

SetTipText(0, "This is Pane 0");

CStatusBar OverviewClass MembersHierarchy Chart

See Also   CStatusBarCtrl::GetTipText