| 21 | } |
| 22 | |
| 23 | LPVOID CSliderUI::GetInterface(LPCTSTR pstrName) |
| 24 | { |
| 25 | if( _tcscmp(pstrName, DUI_CTR_SLIDER) == 0 ) return static_cast<CSliderUI*>(this); |
| 26 | return CProgressUI::GetInterface(pstrName); |
| 27 | } |
| 28 | |
| 29 | void CSliderUI::SetEnabled(bool bEnable) |
| 30 | { |
nothing calls this directly
no outgoing calls
no test coverage detected