CStatusBarCtrl::GetTipText

CString GetTipText( int nPane ) const;

Return Value

A CString object containing the text to be used in the tooltip.

Parameters

nPane

The zero-based index of status bar pane to receive the tooltip text.

Remarks

This member function implements the behavior of the Win32 message , as described in the Platform SDK.

Example

CString csPane0TipText = GetTipText(0);

CStatusBar OverviewClass MembersHierarchy Chart

See Also   CStatusBarCtrl::SetTipText