| 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; |
nothing calls this directly
no outgoing calls
no test coverage detected