| 363 | } |
| 364 | |
| 365 | void CScrollBarUI::SetBkDisabledImage(LPCTSTR pStrImage) |
| 366 | { |
| 367 | m_sBkDisabledImage = pStrImage; |
| 368 | Invalidate(); |
| 369 | } |
| 370 | |
| 371 | void CScrollBarUI::SetPos(RECT rc) |
| 372 | { |
nothing calls this directly
no outgoing calls
no test coverage detected