| 242 | } |
| 243 | |
| 244 | void SetExtendedTreeStyle(DWORD dwExtStyle) |
| 245 | { |
| 246 | ATLASSERT(::IsWindow(m_hWnd)); |
| 247 | m_di.dwExtStyle = dwExtStyle; |
| 248 | Invalidate(); |
| 249 | } |
| 250 | |
| 251 | DWORD GetExtendedTreeStyle() const |
| 252 | { |
nothing calls this directly
no outgoing calls
no test coverage detected