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
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.