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

Method SetHotItemBkColor

DuiLib/Control/UICombo.cpp:700–703  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

698}
699
700void CComboUI::SetHotItemBkColor(DWORD dwBkColor)
701{
702 m_ListInfo.dwHotBkColor = dwBkColor;
703}
704
705void CComboUI::SetHotItemImage(LPCTSTR pStrImage)
706{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected