CStatusBar::GetPaneText
调用该成员函数检索显示在状态栏窗格的文本。
CString GetPaneText(
int nIndex
) const;
void GetPaneText(
int nIndex,
CString& rString
) const;
参数
nIndex
文本将检索窗格的索引。rString
对包含要检索的文本的 CString 对象的引用。
返回值
包含窗格的文本的 CString 对象。
备注
该成员函数的第二个窗体用字符串文本加载一 CString 对象。
要求
Header: afxext.h