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

Function CPropertyGridImpl

Libraries/PropertyGrid/PropertyGrid.h:200–209  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

198 int m_iSelectedCol;
199
200 CPropertyGridImpl() :
201 m_hwndInplace(NULL),
202 m_iInplaceRow(-1),
203 m_iInplaceCol(-1),
204 m_nColumns(0),
205 m_iSelectedRow(-1),
206 m_iSelectedCol(-1)
207 {
208 m_di.dwExtStyle = 0;
209 }
210
211 // Operations
212

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected