|
virtual |
Loads toolbar images from the application resources.
This function loads the images for the application toolbars from the resources.
The LoadBitmap member function is called from the LoadToolBar() function and can be overridden in a CBCGPBaseToolBar - derived class to perform a custom resource loading.
You can call the LoadBitmap function explicitly when the toolbar is being created.
uiResID | Resource ID of the bitmap, which contains hot toolbar images. |
uiColdResID | Resource ID of the bitmap, which contains cold toolbar images. |
uiMenuResID | Resource ID of the bitmap, which contains regular menu images. |
bLocked | Specifies whether the toolbar is locked or not. |
uiDisabledResID | Resource ID of the bitmap, which contains disabled toolbar images. |
uiMenuDisabledResID | Resource ID of the bitmap, which contains disabled menu images. |