| 198 | } |
| 199 | |
| 200 | void CScrollBarUI::SetButton2NormalImage(LPCTSTR pStrImage) |
| 201 | { |
| 202 | m_sButton2NormalImage = pStrImage; |
| 203 | Invalidate(); |
| 204 | } |
| 205 | |
| 206 | LPCTSTR CScrollBarUI::GetButton2HotImage() |
| 207 | { |
nothing calls this directly
no outgoing calls
no test coverage detected