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
Berkolaborasi dengan kami di GitHub
Sumber untuk konten ini dapat ditemukan di GitHub, yang juga dapat Anda gunakan untuk membuat dan meninjau masalah dan menarik permintaan. Untuk informasi selengkapnya, lihat panduan kontributor kami.