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

Function OnItemPrePaint

Libraries/PropertyGrid/PropertyTree.h:848–851  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

846 }
847
848 DWORD OnItemPrePaint(int /*idCtrl*/, LPNMCUSTOMDRAW /*lpNMCustomDraw*/)
849 {
850 return CDRF_NOTIFYPOSTPAINT; // We need more notifications
851 }
852
853 DWORD OnItemPostPaint(int /*idCtrl*/, LPNMCUSTOMDRAW lpNMCustomDraw)
854 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected