MsoBarPosition Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the position or behavior of a command bar.
public enum class MsoBarPosition
public enum MsoBarPosition
type MsoBarPosition =
Public Enum MsoBarPosition
- Inheritance
-
MsoBarPosition
Fields
Name | Value | Description |
---|---|---|
msoBarLeft | 0 | Command bar is docked on the left side of the application window. |
msoBarTop | 1 | Command bar is docked at the top of the application window. |
msoBarRight | 2 | Command bar is docked on the right side of the application window. |
msoBarBottom | 3 | Command bar is docked at the bottom of the application window. |
msoBarFloating | 4 | Command bar floats on top of the application window. |
msoBarPopup | 5 | Command bar will be a shortcut menu. |
msoBarMenuBar | 6 | Command bar will be a menu bar (Macintosh only). |