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

Function OnPrePaint

Libraries/PropertyGrid/PropertyTree.h:843–846  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

841 // Custom painting
842
843 DWORD OnPrePaint(int /*idCtrl*/, LPNMCUSTOMDRAW /*lpNMCustomDraw*/)
844 {
845 return CDRF_NOTIFYITEMDRAW; // We need per-item notifications
846 }
847
848 DWORD OnItemPrePaint(int /*idCtrl*/, LPNMCUSTOMDRAW /*lpNMCustomDraw*/)
849 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected