| 220 | } |
| 221 | |
| 222 | void CScrollBarUI::SetButton2PushedImage(LPCTSTR pStrImage) |
| 223 | { |
| 224 | m_sButton2PushedImage = pStrImage; |
| 225 | Invalidate(); |
| 226 | } |
| 227 | |
| 228 | LPCTSTR CScrollBarUI::GetButton2DisabledImage() |
| 229 | { |
nothing calls this directly
no outgoing calls
no test coverage detected