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

Method SetAttribute

DuiLib/Control/UIComboBox.cpp:16–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14 }
15
16 void CComboBoxUI::SetAttribute(LPCTSTR pstrName, LPCTSTR pstrValue)
17 {
18 if (_tcscmp(pstrName, _T("arrowimage")) == 0)
19 m_sArrowImage = pstrValue;
20 else
21 CComboUI::SetAttribute(pstrName, pstrValue);
22 }
23
24 void CComboBoxUI::PaintStatusImage(HDC hDC)
25 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected