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