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

Method SetDisabledImage

DuiLib/Control/UIButton.cpp:234–238  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

232 }
233
234 void CButtonUI::SetDisabledImage(LPCTSTR pStrImage)
235 {
236 m_sDisabledImage = pStrImage;
237 Invalidate();
238 }
239
240 //************************************
241 // Method: GetForeImage

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected