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

Function OnPrePaint

Libraries/PropertyGrid/PropertyGrid.h:1145–1148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected