CMFCOutlookBarTabCtrl::EnableScrollButtons

Called by the framework to enable scroll handles that allow the user to scroll through buttons on the Outlook bar pane.

void EnableScrollButtons(
   BOOL bEnable = TRUE,
   BOOL bIsUp = TRUE,
   BOOL bIsDown = TRUE
);

Parameters

  • [in] bEnable
    Determines whether the scroll buttons are displayed.

  • [in] bIsUp
    Determines whether the top scrollbar is displayed.

  • [in] bIsDown
    Determines whether the bottom scrollbar is displayed.

Remarks

Enables the display of the scroll buttons. This method is called by the framework when the active tab changes to restore the scroll buttons.

Requirements

Header: afxoutlookbartabctrl.h

See Also

Reference

CMFCOutlookBarTabCtrl Class

Hierarchy Chart