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

Method SetBkDisabledImage

DuiLib/Control/UIScrollBar.cpp:365–369  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

363 }
364
365 void CScrollBarUI::SetBkDisabledImage(LPCTSTR pStrImage)
366 {
367 m_sBkDisabledImage = pStrImage;
368 Invalidate();
369 }
370
371 void CScrollBarUI::SetPos(RECT rc)
372 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected