| 191 | } |
| 192 | |
| 193 | void COptionUI::SetForeImage(LPCTSTR pStrImage) |
| 194 | { |
| 195 | m_sForeImage = pStrImage; |
| 196 | Invalidate(); |
| 197 | } |
| 198 | |
| 199 | SIZE COptionUI::EstimateSize(SIZE szAvailable) |
| 200 | { |
nothing calls this directly
no outgoing calls
no test coverage detected