Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Returns a pointer to the collection of locked cold images in the toolbar.
CMFCToolBarImages* GetLockedColdImages();
Return Value
A pointer to the collection of locked cold images, or NULL if the toolbar is not locked.
Remarks
Locked images are versions of the regular toolbar button images that the framework uses when the user cannot customize the toolbar. Cold images are the images that are used when the user is not interacting with the toolbar buttons.
This method returns NULL if the toolbar is not locked. This method also generates an assertion failure in Debug builds if the toolbar is not locked. For more information about locked toolbars, see CMFCToolBar::IsLocked.
Call the CMFCToolBar::LoadBitmapEx method to load the locked cold images.
Requirements
Header: afxtoolbar.h