CMFCRibbonUndoButton::CMFCRibbonUndoButton
建構新的物件 CMFCRibbonUndoButton 使用命令 ID,您指定的文字標籤,然後從父代影像清單中的影像物件。
CMFCRibbonUndoButton(
UINT nID,
LPCTSTR lpszText,
int nSmallImageIndex=-1,
int nLargeImageIndex=-1
);
CMFCRibbonUndoButton(
UINT nID,
LPCTSTR lpszText,
HICON hIcon
);
參數
[in] nID
指定命令識別項。[in] lpszText
指定按鈕的文字標籤。[in] nSmallImageIndex
在按鈕的小型影像的影像清單父物件的以零起始的索引。[in] nLargeImageIndex
在的父物件影像清單的以零起始的索引按鈕的大型影像。[in] hIcon
可用來做為按鈕之影像的圖示的控制代碼。
需求
標題: afxribbonundobutton.h