| 270 | } |
| 271 | |
| 272 | LPCTSTR CScrollBarUI::GetThumbDisabledImage() |
| 273 | { |
| 274 | return m_sThumbDisabledImage; |
| 275 | } |
| 276 | |
| 277 | void CScrollBarUI::SetThumbDisabledImage(LPCTSTR pStrImage) |
| 278 | { |
nothing calls this directly
no outgoing calls
no test coverage detected