Method: GetHotForeImage FullName: CButtonUI::GetHotForeImage Access: public Returns: LPCTSTR Qualifier: Note:
| 274 | // Note: |
| 275 | //************************************ |
| 276 | LPCTSTR CButtonUI::GetHotForeImage() |
| 277 | { |
| 278 | return m_sHotForeImage; |
| 279 | } |
| 280 | |
| 281 | //************************************ |
| 282 | // Method: SetHotForeImage |
nothing calls this directly
no outgoing calls
no test coverage detected