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

Method GetHotItemTextColor

DuiLib/Control/UICombo.cpp:710–713  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

708}
709
710DWORD CComboUI::GetHotItemTextColor() const
711{
712 return m_ListInfo.dwHotTextColor;
713}
714DWORD CComboUI::GetHotItemBkColor() const
715{
716 return m_ListInfo.dwHotBkColor;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected