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

Method SetItemTextColor

DuiLib/Control/UICombo.cpp:624–628  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

622}
623
624void CComboUI::SetItemTextColor(DWORD dwTextColor)
625{
626 m_ListInfo.dwTextColor = dwTextColor;
627 Invalidate();
628}
629
630void CComboUI::SetItemBkColor(DWORD dwBkColor)
631{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected