| 209 | } |
| 210 | |
| 211 | void CScrollBarUI::SetButton2HotImage(LPCTSTR pStrImage) |
| 212 | { |
| 213 | m_sButton2HotImage = pStrImage; |
| 214 | Invalidate(); |
| 215 | } |
| 216 | |
| 217 | LPCTSTR CScrollBarUI::GetButton2PushedImage() |
| 218 | { |
nothing calls this directly
no outgoing calls
no test coverage detected