BOOL CBCGPToolBarImages::Save | ( | LPCTSTR | lpszBmpFileName = NULL | ) |
Stores the user-defined toolbar images into a disk file.
Call this member function to store the user-defined images into a disk file. If lpszBmpFileName is NULL, the function will try to store the bitmap into the same file from which the bitmap was loaded by the Load() member function.
lpszBmpFileName | Specifies a path to a disk file. |