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

Method SetBkNormalImage

DuiLib/Control/UIScrollBar.cpp:332–336  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

330 }
331
332 void CScrollBarUI::SetBkNormalImage(LPCTSTR pStrImage)
333 {
334 m_sBkNormalImage = pStrImage;
335 Invalidate();
336 }
337
338 LPCTSTR CScrollBarUI::GetBkHotImage()
339 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected