| 232 | } |
| 233 | |
| 234 | void CButtonUI::SetDisabledImage(LPCTSTR pStrImage) |
| 235 | { |
| 236 | m_sDisabledImage = pStrImage; |
| 237 | Invalidate(); |
| 238 | } |
| 239 | |
| 240 | //************************************ |
| 241 | // Method: GetForeImage |
nothing calls this directly
no outgoing calls
no test coverage detected