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

Method GetHotItemBkColor

DuiLib/Control/UICombo.cpp:714–717  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

712 return m_ListInfo.dwHotTextColor;
713}
714DWORD CComboUI::GetHotItemBkColor() const
715{
716 return m_ListInfo.dwHotBkColor;
717}
718
719LPCTSTR CComboUI::GetHotItemImage() const
720{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected