Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.