BCGControlBar Pro for MFC
virtual void CBCGPDockingControlBar::OnScrollClient ( UINT  uiScrollCode)
inlineprotectedvirtual

Called by the framework when it needs to scroll content of a docking control bar.

The default implementation does nothing.

Override this method in a derived class in order to scroll content of a docking control bar when needed.

uiScrollCode can be one of the standard SB_ values:

  • SB_TOP
  • SB_BOTTOM
  • SB_LEFT
  • SB_RIGHT
  • SB_LINEUP
  • SB_LINEDOWN
  • SB_LINELEFT
  • SB_LINERIGHT
Parameters
uiScrollCodeSpecifies scroll code.