BOOL CBCGPToolBarImages::Load | ( | LPCTSTR | lpszBmpFileName | ) |
Loads a bitmap with toolbar images.
Call this function to load a bitmap with the toolbar images from a disk file.
The toolbar images from the loaded file are added to the existing image list if bAdd is TRUE. The internal image count is updated accordingly.
If the file has red-only attribute, the image list is marked as red-only.
lpszBmpFileName | Specifies a path to a disk file to load bitmap from. |