| 226 | } |
| 227 | |
| 228 | LPCTSTR CScrollBarUI::GetButton2DisabledImage() |
| 229 | { |
| 230 | return m_sButton2DisabledImage; |
| 231 | } |
| 232 | |
| 233 | void CScrollBarUI::SetButton2DisabledImage(LPCTSTR pStrImage) |
| 234 | { |
nothing calls this directly
no outgoing calls
no test coverage detected