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