|
virtual |
Switches the bar to the autohide mode and back
This function is called by the framework when the use clicks the pin button to switch the docking control bar to the autohide mode or back to the regular docking mode.
You can call this function to switch a docking control bar to the autohide mode programmatically. The control bar must be docked to the main frame window (GetDefaultSlider() must return a valid pointer to the default slider).
bMode | TRUE - switch to the autohide mode, FALSE - return to the regular docking mode. |
dwAlignment | Specifies the alignment of the autohide bar to create. |
pCurrAutoHideBar | A pointer to the autohide toolbar. Can be NULL. |
bUseTimer | Specifies whether to use the autohide effect when the control bar has been switched to the autohide mode or hide the control bar immediately. |