| 176 | } |
| 177 | |
| 178 | void CScrollBarUI::SetButton1DisabledImage(LPCTSTR pStrImage) |
| 179 | { |
| 180 | m_sButton1DisabledImage = pStrImage; |
| 181 | Invalidate(); |
| 182 | } |
| 183 | |
| 184 | bool CScrollBarUI::GetShowButton2() |
| 185 | { |
nothing calls this directly
no outgoing calls
no test coverage detected