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

Function DeleteColumn

Libraries/PropertyGrid/PropertyGrid.h:370–379  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

368 }
369
370 BOOL DeleteColumn(int nCol)
371 {
372 ATLASSERT(::IsWindow(m_hWnd));
373 if( TBase::GetItemCount() == 0 ) {
374 m_nColumns = 0;
375 return TBase::DeleteColumn(nCol);
376 }
377 ATLASSERT(false); // Remove items first
378 return FALSE;
379 }
380
381 BOOL GetColumnCount() const
382 {

Callers 1

UpdateColumnsMethod · 0.85

Calls 1

GetItemCountFunction · 0.70

Tested by

no test coverage detected