| 13 | } |
| 14 | |
| 15 | LPVOID CTabLayoutUI::GetInterface(LPCTSTR pstrName) |
| 16 | { |
| 17 | if( _tcscmp(pstrName, DUI_CTR_TABLAYOUT) == 0 ) return static_cast<CTabLayoutUI*>(this); |
| 18 | return CContainerUI::GetInterface(pstrName); |
| 19 | } |
| 20 | |
| 21 | bool CTabLayoutUI::Add(CControlUI* pControl) |
| 22 | { |
nothing calls this directly
no outgoing calls
no test coverage detected