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

Method SetFocusedImage

DuiLib/Control/UIButton.cpp:223–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

221 }
222
223 void CButtonUI::SetFocusedImage(LPCTSTR pStrImage)
224 {
225 m_sFocusedImage = pStrImage;
226 Invalidate();
227 }
228
229 LPCTSTR CButtonUI::GetDisabledImage()
230 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected