| 126 | } |
| 127 | |
| 128 | bool CProgressUI::IsStretchForeImage() |
| 129 | { |
| 130 | return m_bStretchForeImage; |
| 131 | } |
| 132 | |
| 133 | void CProgressUI::SetStretchForeImage( bool bStretchForeImage /*= true*/ ) |
| 134 | { |
nothing calls this directly
no outgoing calls
no test coverage detected