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

Method GetHotItemTextColor

DuiLib/Control/UIList.cpp:525–528  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

523}
524
525DWORD CListUI::GetHotItemTextColor() const
526{
527 return m_ListInfo.dwHotTextColor;
528}
529DWORD CListUI::GetHotItemBkColor() const
530{
531 return m_ListInfo.dwHotBkColor;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected