| 193 | } |
| 194 | |
| 195 | LPCTSTR CScrollBarUI::GetButton2NormalImage() |
| 196 | { |
| 197 | return m_sButton2NormalImage; |
| 198 | } |
| 199 | |
| 200 | void CScrollBarUI::SetButton2NormalImage(LPCTSTR pStrImage) |
| 201 | { |
nothing calls this directly
no outgoing calls
no test coverage detected