| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected