| 352 | } |
| 353 | |
| 354 | void CScrollBarUI::SetBkPushedImage(LPCTSTR pStrImage) |
| 355 | { |
| 356 | m_sBkPushedImage = pStrImage; |
| 357 | Invalidate(); |
| 358 | } |
| 359 | |
| 360 | LPCTSTR CScrollBarUI::GetBkDisabledImage() |
| 361 | { |
nothing calls this directly
no outgoing calls
no test coverage detected