Поделиться через


CStatusBar::GetPaneText

Call this member function to retrieve the text that appears in a status-bar pane.

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

Параметры

  • 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.

Возвращаемое значение

A CString object containing the pane's text.

Заметки

The second form of this member function fills a CString object with the string text.

Требования

Header: afxext.h

См. также

Основные понятия

CStatusBar Class

CStatusBar Members

Hierarchy Chart

CStatusBar::SetPaneText