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

Function OnFocus

Libraries/PropertyGrid/PropertyGrid.h:690–696  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

688 }
689
690 LRESULT OnFocus(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& bHandled)
691 {
692 // Avoid focus-rectangle problem in ownerdrawn ListView
693 _InvalidateItem(m_iSelectedRow, m_iSelectedCol);
694 bHandled = FALSE;
695 return 0;
696 }
697
698 LRESULT OnScroll(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& bHandled)
699 {

Callers

nothing calls this directly

Calls 1

_InvalidateItemFunction · 0.70

Tested by

no test coverage detected