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
Werk met ons samen op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en bekijken. Raadpleeg onze gids voor inzenders voor meer informatie.