| 221 | } |
| 222 | |
| 223 | void CButtonUI::SetFocusedImage(LPCTSTR pStrImage) |
| 224 | { |
| 225 | m_sFocusedImage = pStrImage; |
| 226 | Invalidate(); |
| 227 | } |
| 228 | |
| 229 | LPCTSTR CButtonUI::GetDisabledImage() |
| 230 | { |
nothing calls this directly
no outgoing calls
no test coverage detected