Loads toolbar from the resources.
- Returns
- Nonzero if successful; otherwise 0.
Loads a toolbar from the application resources. Usually, this function is called right after the toolbar has been created.
- Parameters
-
uiResID | Resource ID of the toolbar to be loaded. |
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. |
uiHotResID | Resource ID of the bitmap, which contains hot toolbar images. |