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

Method SetFocusedImage

DuiLib/Control/UIList.cpp:1311–1315  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1309}
1310
1311void CListHeaderItemUI::SetFocusedImage(LPCTSTR pStrImage)
1312{
1313 m_sFocusedImage = pStrImage;
1314 Invalidate();
1315}
1316
1317LPCTSTR CListHeaderItemUI::GetSepImage() const
1318{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected