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

Method SetHotItemTextColor

DuiLib/Control/UIList.cpp:507–511  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

505}
506
507void CListUI::SetHotItemTextColor(DWORD dwTextColor)
508{
509 m_ListInfo.dwHotTextColor = dwTextColor;
510 Invalidate();
511}
512
513void CListUI::SetHotItemBkColor(DWORD dwBkColor)
514{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected