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

Function OnCollapse

Libraries/PropertyGrid/PropertyList.h:952–957  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

950 }
951
952 LRESULT OnCollapse(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM lParam, BOOL& /*bHandled*/)
953 {
954 ATLASSERT(lParam);
955 CollapseItem(reinterpret_cast<IProperty*>(lParam));
956 return 0;
957 }
958
959 LRESULT OnSelChange(WORD /*wNotifyCode*/, WORD /*wID*/, HWND /*hWndCtl*/, BOOL& /*bHandled*/)
960 {

Callers

nothing calls this directly

Calls 1

CollapseItemFunction · 0.85

Tested by

no test coverage detected