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

Method SetForeImage

DuiLib/Control/UIOption.cpp:193–197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

191 }
192
193 void COptionUI::SetForeImage(LPCTSTR pStrImage)
194 {
195 m_sForeImage = pStrImage;
196 Invalidate();
197 }
198
199 SIZE COptionUI::EstimateSize(SIZE szAvailable)
200 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected