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

Method ScrollRect

DuiLib/Control/UIActiveX.cpp:504–508  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

502}
503
504STDMETHODIMP CActiveXCtrl::ScrollRect(INT dx, INT dy, LPCRECT pRectScroll, LPCRECT pRectClip)
505{
506 DUITRACE(_T("AX: CActiveXCtrl::ScrollRect"));
507 return S_OK;
508}
509
510STDMETHODIMP CActiveXCtrl::AdjustRect(LPRECT prc)
511{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected