Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines constants that specify the level that a menu item is displayed at in the ribbon Application Menu.
Namespace: Microsoft.Windows.Controls.Ribbon
Assembly: RibbonControlsLibrary (in RibbonControlsLibrary.dll)
Syntax
'Declaration
Public Enumeration RibbonApplicationMenuItemLevel
public enum RibbonApplicationMenuItemLevel
public enum class RibbonApplicationMenuItemLevel
type RibbonApplicationMenuItemLevel
public enum RibbonApplicationMenuItemLevel
Members
Member name | Description | |
---|---|---|
Top | The menu item is displayed in the top level. | |
Middle | The menu item is displayed in the middle level. | |
Sub | The menu item is displayed in the lowest level. |
Remarks
This enumeration is used by the Level property.