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

Function OnItemPostPaint

Libraries/PropertyGrid/PropertyTree.h:853–858  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

851 }
852
853 DWORD OnItemPostPaint(int /*idCtrl*/, LPNMCUSTOMDRAW lpNMCustomDraw)
854 {
855 T* pT = static_cast<T*>(this);
856 pT->DrawTreeItem(lpNMCustomDraw->hdc, (HTREEITEM) lpNMCustomDraw->dwItemSpec, lpNMCustomDraw->uItemState);
857 return CDRF_DODEFAULT;
858 }
859
860 // Overridables
861

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected