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

Function GetSelectedColumn

Libraries/PropertyGrid/PropertyGrid.h:364–368  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

362 }
363
364 int GetSelectedColumn() const
365 {
366 ATLASSERT(::IsWindow(m_hWnd));
367 return m_iSelectedCol;
368 }
369
370 BOOL DeleteColumn(int nCol)
371 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected