| 20 | } |
| 21 | |
| 22 | LPVOID CScrollBarUI::GetInterface(LPCTSTR pstrName) |
| 23 | { |
| 24 | if( _tcscmp(pstrName, DUI_CTR_SCROLLBAR) == 0 ) return static_cast<CScrollBarUI*>(this); |
| 25 | return CControlUI::GetInterface(pstrName); |
| 26 | } |
| 27 | |
| 28 | CContainerUI* CScrollBarUI::GetOwner() const |
| 29 | { |
nothing calls this directly
no outgoing calls
no test coverage detected