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

Method GetHotItemBkColor

DuiLib/Control/UIList.cpp:529–532  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

527 return m_ListInfo.dwHotTextColor;
528}
529DWORD CListUI::GetHotItemBkColor() const
530{
531 return m_ListInfo.dwHotBkColor;
532}
533
534LPCTSTR CListUI::GetHotItemImage() const
535{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected