MCPcopy Create free account
hub / github.com/cinience/RedisStudio / SetForeImage

Method SetForeImage

DuiLib/Control/UIProgress.cpp:78–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76 }
77
78 void CProgressUI::SetForeImage(LPCTSTR pStrImage)
79 {
80 if( m_sForeImage == pStrImage ) return;
81
82 m_sForeImage = pStrImage;
83 Invalidate();
84 }
85
86 void CProgressUI::SetAttribute(LPCTSTR pstrName, LPCTSTR pstrValue)
87 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected