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

Method SetBkHotImage

DuiLib/Control/UIScrollBar.cpp:343–347  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

341 }
342
343 void CScrollBarUI::SetBkHotImage(LPCTSTR pStrImage)
344 {
345 m_sBkHotImage = pStrImage;
346 Invalidate();
347 }
348
349 LPCTSTR CScrollBarUI::GetBkPushedImage()
350 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected