RibbonApplicationMenuItemLevel 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.
Defines constants that specify the level that a menu item is displayed at in the ribbon Application Menu.
public enum class RibbonApplicationMenuItemLevel
public enum RibbonApplicationMenuItemLevel
type RibbonApplicationMenuItemLevel =
Public Enum RibbonApplicationMenuItemLevel
- Inheritance
Fields
Name | Value | Description |
---|---|---|
Top | 0 | The menu item is displayed in the top level. |
Middle | 1 | The menu item is displayed in the middle level. |
Sub | 2 | The menu item is displayed in the lowest level. |
Remarks
This enumeration is used by the Level property.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.