CAutoHideDockSite::UnSetAutoHideMode
Calls CMFCAutoHideBar::UnSetAutoHideMode for objects on the dock site.
void UnSetAutoHideMode(
CMFCAutoHideBar* pAutoHideToolbar
);
Parameters
Parameter |
Description |
[in] pAutoHideToolbar |
A pointer to a CMFCAutoHideBar object pane located on the CAutoHideDockSite. |
Remarks
This method searches for the row that contains pAutoHideToolbar. It calls CMFCAutoHideBar.UnSetAutoHideMode for all the CMFCAutoHideBar objects on that row. If pAutoHideToolbar is not found or it is NULL, this method calls CMFCAutoHideBar.UnSetAutoHideMode for all the CMFCAutoHideBar objects on the CAutoHideDockSite.
Requirements
Header: afxautohidedocksite.h