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

Method GetDisabledItemTextColor

DuiLib/Control/UICombo.cpp:739–742  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

737}
738
739DWORD CComboUI::GetDisabledItemTextColor() const
740{
741 return m_ListInfo.dwDisabledTextColor;
742}
743
744DWORD CComboUI::GetDisabledItemBkColor() const
745{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected