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

Method SetItemBkColor

DuiLib/Control/UIList.cpp:436–440  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

434}
435
436void CListUI::SetItemBkColor(DWORD dwBkColor)
437{
438 m_ListInfo.dwBkColor = dwBkColor;
439 Invalidate();
440}
441
442void CListUI::SetItemBkImage(LPCTSTR pStrImage)
443{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected