CMFCToolBarImages::AddImage
添加一个位图到工具栏图像。
int AddImage(
HBITMAP hbmp,
BOOL bSetBitPerPixel=FALSE
);
int AddImage(
const CMFCToolBarImages& imageList,
int nIndex
);
参数
[in] hbmp
添加到的位图进行处理。[in] bSetBitPerPixel
TRUE,如果 CMFCToolBarImages选件类 对象使用颜色深度(位/像素)的新图像; FALSE,如果 CMFCToolbarImages 对象保留当前颜色深度。[in] imageList
为包含图像添加的 CMFCToolbarImages 对象的引用。[in] nIndex
在添加的图像的源 CMFCToolbarImages 对象的索引。
返回值
的工具栏图像的数目 CMFCToolBarImages选件类 对象维护,新的位图成功后地添加了;-1,如果操作失败。
要求
标头: afxtoolbarimages.h