The following Window control wrappers are included.
They basically extend som of the WTL default classes with helper methods, or allow easy hook-up with the standard Windows notification messages.
CImageListCtrl
- A CImageList class that auto-destroys itself.
CImageListHandle
- Just a typecast to the original WTL CImageList.
CCustomTreeViewDraw
- A CCustomDraw class for TreeView controls.
CCustomListViewDraw
- A CCustomDraw class for ListView controls.
CCustomToolBarDraw
- A CCustomDraw class for Toolbar controls.
CCustomToolTipDraw
- A CCustomDraw class for ToolTip controls.
CCustomizableToolBarCommands
- Toolbar customization wrapper.
Source Code Dependencies
Microsoft WTL 3.0 Library