MCPcopy Create free account
hub / github.com/CobaltFusion/DebugViewPP / SetImageList

Function SetImageList

Libraries/TabbingFramework/CustomTabCtrl.h:2681–2686  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2679 }
2680
2681 WTL::CImageList SetImageList(HIMAGELIST hImageList)
2682 {
2683 CImageList imageListOld = m_imageList;
2684 m_imageList = hImageList;
2685 return imageListOld;
2686 }
2687 WTL::CImageList& GetImageList() const
2688 {
2689 return m_imageList;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected