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

Method SetButton1DisabledImage

DuiLib/Control/UIScrollBar.cpp:178–182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176 }
177
178 void CScrollBarUI::SetButton1DisabledImage(LPCTSTR pStrImage)
179 {
180 m_sButton1DisabledImage = pStrImage;
181 Invalidate();
182 }
183
184 bool CScrollBarUI::GetShowButton2()
185 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected