BOOL CBCGPAppBarWnd::SetAutoHideBar | ( | UINT | uEdge, |
BOOL | bRegister | ||
) |
Register or unregister an auto-hide application bar
SetAutoHideBar is a wrapper function for the ABM_SETAUTOHIDEBAR message. It calls the SHAppBarMessage function to register or unregister an auto-hide application bar for a given edge of the screen.
uEdge can be one of the following values: ABE_TOP, ABE_BOTTOM, ABE_LEFT, or ABE_RIGHT.
uEdge | Specifies the edge of the screen the system application bar should be docked to. |
bRegister | TRUE - register the application bar, FALSE - unregister the application bar. |