| 171 | } |
| 172 | |
| 173 | LPCTSTR CScrollBarUI::GetButton1DisabledImage() |
| 174 | { |
| 175 | return m_sButton1DisabledImage; |
| 176 | } |
| 177 | |
| 178 | void CScrollBarUI::SetButton1DisabledImage(LPCTSTR pStrImage) |
| 179 | { |
nothing calls this directly
no outgoing calls
no test coverage detected