CMFCToolBar::GetButtonInfo
會傳回按鈕的命令 ID、樣式和影像索引位於指定索引的。
void GetButtonInfo(
int nIndex,
UINT& nID,
UINT& nStyle,
int& iImage
) const;
參數
[in] nIndex
在 清單中指定按鈕的索引] 工具列上的 。[out] nID
按鈕的命令 ID。[out] nStyle
按鈕的樣式。[out] iImage
影像的按鈕的索引。
備註
GetButtonInfo 方法找到一個工具列按鈕中的指定索引並擷取按鈕的命令 ID、樣式和影像索引。
如果在指定之索引上的按鈕不存在,這個架構設定 nID 和 nStyle 為 0 並 iImage 為-1,則當方法傳回時。
需求
標題: afxtoolbar.h