MsoBarPosition Enumeration
Specifies the position or behavior of a command bar.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Public Enumeration MsoBarPosition
'Usage
Dim instance As MsoBarPosition
public enum MsoBarPosition
Members
Member name | Description | |
---|---|---|
msoBarLeft | Command bar is docked on the left side of the application window. | |
msoBarTop | Command bar is docked at the top of the application window. | |
msoBarRight | Command bar is docked on the right side of the application window. | |
msoBarBottom | Command bar is docked at the bottom of the application window. | |
msoBarFloating | Command bar floats on top of the application window. | |
msoBarPopup | Command bar will be a shortcut menu. | |
msoBarMenuBar | Command bar will be a menu bar (Macintosh only). |