| 1143 | // Custom painting |
| 1144 | |
| 1145 | DWORD OnPrePaint(int /*idCtrl*/, LPNMCUSTOMDRAW /*lpNMCustomDraw*/) |
| 1146 | { |
| 1147 | return CDRF_NOTIFYITEMDRAW; // We need per-item notifications |
| 1148 | } |
| 1149 | |
| 1150 | DWORD OnItemPrePaint(int /*idCtrl*/, LPNMCUSTOMDRAW /*lpNMCustomDraw*/) |
| 1151 | { |
nothing calls this directly
no outgoing calls
no test coverage detected