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

Method SetHotItemTextColor

DuiLib/Control/UICombo.cpp:695–698  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

693}
694
695void CComboUI::SetHotItemTextColor(DWORD dwTextColor)
696{
697 m_ListInfo.dwHotTextColor = dwTextColor;
698}
699
700void CComboUI::SetHotItemBkColor(DWORD dwBkColor)
701{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected