CMFCOutlookBarPane::AddButton
將按鈕加入至 Outlook 功能區窗格。
BOOL AddButton(
UINT uiImage,
LPCTSTR lpszLabel,
UINT iIdCommand,
int iInsertAt=-1
);
BOOL AddButton(
UINT uiImage,
UINT uiLabel,
UINT iIdCommand,
int iInsertAt=-1
);
BOOL AddButton(
LPCTSTR szBmpFileName,
LPCTSTR szLabel,
UINT iIdCommand,
int iInsertAt=-1
);
BOOL AddButton(
HBITMAP hBmp,
LPCTSTR lpszLabel,
UINT iIdCommand,
int iInsertAt=-1
);
BOOL AddButton(
HICON hIcon,
LPCTSTR lpszLabel,
UINT iIdCommand,
int iInsertAt=-1,
BOOL bAlphaBlend=FALSE
);
參數
[in] uiImage
指定點陣圖的資源識別項。[in] lpszLabel
指定按鈕的文字。[in] iIdCommand
指定按鈕控制項的 ID.[in] iInsertAt
在插入按鈕的 Outlook 功能區的 頁面中指定以零起始的索引。[in] uiLabel
字串資源 ID.[in] szBmpFileName
指定磁碟影像檔的名稱載入。[in] szLabel
指定按鈕的文字。[in] hBmp
為按鈕的點陣圖的控制代碼。[in] hIcon
為按鈕的圖示的控制代碼。
傳回值
TRUE 按鈕,如果已成功加入,否則 FALSE。
備註
使用這個方法會將新的按鈕至 Outlook 功能區的頁面。 按鈕的影像可從中載入應用程式資源或從磁碟檔案。
如果指定的頁面 uiPageID ID 為-1,按鈕會插入至第一頁。
如果 iInsertAt 指定的索引是-1,按鈕會將網頁結尾。
需求
標題: afxoutlookbarpane.h