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

Method SetDisabledItemImage

DuiLib/Control/UIList.cpp:551–555  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

549}
550
551void CListUI::SetDisabledItemImage(LPCTSTR pStrImage)
552{
553 m_ListInfo.sDisabledImage = pStrImage;
554 Invalidate();
555}
556
557DWORD CListUI::GetDisabledItemTextColor() const
558{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected