CToolBar::GetButtonText
调用该成员函数检索出现在按钮的文本。
CString GetButtonText(
int nIndex
) const;
void GetButtonText(
int nIndex,
CString& rString
) const;
参数
nIndex
要检索的文本的索引。rString
对于将包含要检索的文本的 CString 对象的引用。
返回值
包含按钮文本的 CString 对象。
备注
该成员函数的第二个窗体用字符串文本加载一 CString 对象。
要求
Header: afxext.h