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

Method SetFocusedImage

DuiLib/Control/UIEdit.cpp:399–403  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

397 }
398
399 void CEditUI::SetFocusedImage(LPCTSTR pStrImage)
400 {
401 m_sFocusedImage = pStrImage;
402 Invalidate();
403 }
404
405 LPCTSTR CEditUI::GetDisabledImage()
406 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected