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
    在插入按钮的外型栏的页指定从零开始的索引。

  • [in] uiLabel
    字符串资源ID.

  • [in] szBmpFileName
    指定磁盘图像文件的名称填充。

  • [in] szLabel
    指定按钮的文本。

  • [in] hBmp
    为按钮的位图的句柄。

  • [in] hIcon
    为按钮的图标的句柄。

返回值

TRUE,如果按钮已成功添加了;否则 FALSE。

备注

使用此方法将插入一个新的按钮添加到Outlook栏的页中。 按钮的图像可以加载从应用程序资源或从磁盘文件。

如果 uiPageID 指定的页ID为-1,按钮插入到第一页。

如果 iInsertAt 指定的索引为-1,添加一个按钮以在页的末尾。

要求

标头: afxoutlookbarpane.h

请参见

参考

CMFCOutlookBarPane选件类

层次结构图