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

Method SetDisabledImage

DuiLib/Control/UICombo.cpp:590–594  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

588}
589
590void CComboUI::SetDisabledImage(LPCTSTR pStrImage)
591{
592 m_sDisabledImage = pStrImage;
593 Invalidate();
594}
595
596TListInfoUI* CComboUI::GetListInfo()
597{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected