| 15 | } |
| 16 | |
| 17 | LPVOID CHorizontalLayoutUI::GetInterface(LPCTSTR pstrName) |
| 18 | { |
| 19 | if( _tcscmp(pstrName, DUI_CTR_HORIZONTALLAYOUT) == 0 ) return static_cast<CHorizontalLayoutUI*>(this); |
| 20 | return CContainerUI::GetInterface(pstrName); |
| 21 | } |
| 22 | |
| 23 | UINT CHorizontalLayoutUI::GetControlFlags() const |
| 24 | { |
nothing calls this directly
no outgoing calls
no test coverage detected