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

Method SetItemLineColor

DuiLib/Control/UIList.cpp:577–581  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

575}
576
577void CListUI::SetItemLineColor(DWORD dwLineColor)
578{
579 m_ListInfo.dwLineColor = dwLineColor;
580 Invalidate();
581}
582
583bool CListUI::IsItemShowHtml()
584{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected