CStatusBar::GetPaneText

This method retrieves the text that appears in a status-bar pane. The second implementation of this method fills a CString object with the string text.

At a Glance

Header file: Afxext.h
Platforms: Palm-size PC, H/PC Pro
Windows CE versions: 2.10 and later
Complete documentation: Visual C++ documentation

Syntax

CString GetPaneText( int nIndex ) const;

void GetPaneText( int nIndex, CString& rString ) const;