Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Returns a pointer to the collection of locked toolbar menu images in the toolbar.
CMFCToolBarImages* GetLockedMenuImages();
Return Value
A pointer to the collection of locked toolbar menu images, or NULL if the toolbar is not locked.
Remarks
Locked images are versions of the regular toolbar menu images that the framework uses when the user cannot customize the toolbar.
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 menu images.
Requirements
Header: afxtoolbar.h