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

Method GetSelectedItemTextColor

DuiLib/Control/UICombo.cpp:680–683  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

678}
679
680DWORD CComboUI::GetSelectedItemTextColor() const
681{
682 return m_ListInfo.dwSelectedTextColor;
683}
684
685DWORD CComboUI::GetSelectedItemBkColor() const
686{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected