| 233 | // Operations |
| 234 | |
| 235 | BOOL SubclassWindow(HWND hWnd) |
| 236 | { |
| 237 | ATLASSERT(m_hWnd==NULL); |
| 238 | ATLASSERT(::IsWindow(hWnd)); |
| 239 | BOOL bRet = CWindowImpl< T, TBase, TWinTraits >::SubclassWindow(hWnd); |
| 240 | if( bRet ) _Init(); |
| 241 | return bRet; |
| 242 | } |
| 243 | |
| 244 | void SetExtendedTreeStyle(DWORD dwExtStyle) |
| 245 | { |