| 143 | } |
| 144 | |
| 145 | void CScrollBarUI::SetButton1NormalImage(LPCTSTR pStrImage) |
| 146 | { |
| 147 | m_sButton1NormalImage = pStrImage; |
| 148 | Invalidate(); |
| 149 | } |
| 150 | |
| 151 | LPCTSTR CScrollBarUI::GetButton1HotImage() |
| 152 | { |
nothing calls this directly
no outgoing calls
no test coverage detected