CMFCToolBar::GetButtonText
傳回具有指定索引的按鈕的文字標籤。
CString GetButtonText(
int nIndex
) const;
void GetButtonText(
int nIndex,
CString& rString
) const;
參數
[in] nIndex
工具列按鈕的索引。[out] rString
工具列按鈕的標籤文字。
傳回值
工具列按鈕的標籤文字。
備註
呼叫 CMFCToolBar::SetButtonText 或 CMFCToolBar::SetToolBarBtnText 設定文字標籤。
需求
標題: afxtoolbar.h