| 15 | } |
| 16 | |
| 17 | LPVOID CProgressUI::GetInterface(LPCTSTR pstrName) |
| 18 | { |
| 19 | if( _tcscmp(pstrName, DUI_CTR_PROGRESS) == 0 ) return static_cast<CProgressUI*>(this); |
| 20 | return CLabelUI::GetInterface(pstrName); |
| 21 | } |
| 22 | |
| 23 | bool CProgressUI::IsHorizontal() |
| 24 | { |
nothing calls this directly
no outgoing calls
no test coverage detected