| 215 | } |
| 216 | |
| 217 | LPCTSTR CScrollBarUI::GetButton2PushedImage() |
| 218 | { |
| 219 | return m_sButton2PushedImage; |
| 220 | } |
| 221 | |
| 222 | void CScrollBarUI::SetButton2PushedImage(LPCTSTR pStrImage) |
| 223 | { |
nothing calls this directly
no outgoing calls
no test coverage detected