CStatusBar::GetPaneText

CString GetPaneText(intnIndex**)const;**

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

Return Value

A CString object containing the pane’s text.

Parameters

nIndex

Index of the pane whose text is to be retrieved.

rString

A reference to a CString object that contains the text to be retrieved.

Remarks

Call this member function to retrieve the text that appears in a status-bar pane. The second form of this member function fills a CString object with the string text.

CStatusBar OverviewClass MembersHierarchy Chart

See Also   CStatusBar::SetPaneText