| 341 | } |
| 342 | |
| 343 | void CScrollBarUI::SetBkHotImage(LPCTSTR pStrImage) |
| 344 | { |
| 345 | m_sBkHotImage = pStrImage; |
| 346 | Invalidate(); |
| 347 | } |
| 348 | |
| 349 | LPCTSTR CScrollBarUI::GetBkPushedImage() |
| 350 | { |
nothing calls this directly
no outgoing calls
no test coverage detected