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

Function GetColumnCount

Libraries/PropertyGrid/PropertyGrid.h:381–385  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

379 }
380
381 BOOL GetColumnCount() const
382 {
383 ATLASSERT(::IsWindow(m_hWnd));
384 return GetHeader().GetItemCount();
385 }
386
387 BOOL FindProperty(IProperty* prop, int& iItem, int& iSubItem) const
388 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected