MsoBarPosition Enumeration
Specifies the position or behavior of a command bar.
Remarks
The use of CommandBars in some Microsoft Office applications has been superseded by the new Ribbon user interface. For more information, search help for the keyword "Ribbon."
| Name | Value | Description |
|---|---|---|
| msoBarBottom | 3 | Command bar is docked at the bottom of the application window. |
| msoBarFloating | 4 | Command bar floats on top of the application window. |
| msoBarLeft | 0 | Command bar is docked on the left side of the application window. |
| msoBarMenuBar | 6 | Command bar will be a menu bar (Macintosh only). |
| msoBarPopup | 5 | Command bar will be a shortcut menu. |
| msoBarRight | 2 | Command bar is docked on the right side of the application window. |
| msoBarTop | 1 | Command bar is docked at the top of the application window. |