Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies whether toolbar buttons are hot-tracked.
void SetHotBorder(
BOOL bShowHotBorder
);
Parameters
- [in] bShowHotBorder
A Boolean value that specifies whether to hot-track toolbar buttons. If this parameter is TRUE, the toolbar hot-tracks its buttons. Otherwise, the toolbar does not hot-track its buttons.
Remarks
If a button is hot-tracked, the framework highlights the button when the mouse moves across it. By default, each toolbar hot-tracks its buttons.
Call the CMFCToolBar::GetHotBorder method to determine whether the toolbar hot-tracks its buttons.
Requirements
Header: afxtoolbar.h