[]
The main button at the top-left corner of the ribbon, which presents a drop-down menu (RibbonApplicationMenu) that contains functionality previously found in the File menu.
public class RibbonApplicationMenu : RibbonDropDownBase, IComponent, IDisposable, IUiaButton, IUiaInvokeProvider, ISupportUiaContainer
Name | Description |
---|---|
RibbonApplicationMenu() | Creates a new instance of RibbonApplicationMenu. |
Name | Description |
---|---|
AllowExtendedSubmenuHeight | Gets or sets a value indicating whether the submenu options can extend outside the application menu. |
Appearance | Gets or sets the application menu appearance. |
BottomPaneItems | Gets the collection of items in the bottom pane of the application menu. |
DropDownWidth | Gets or sets the width of the application menu. |
KeyTip | Gets or sets the KeyTip providing keyboard access to the application menu. |
LeftPaneItems | Gets the collection of items in the left pane of the application menu. |
RightPaneItems | Gets the collection of items in the right pane of the application menu. |
Text | Gets or sets the text associated with the application menu. |
Visible | Gets or sets whether the application menu button is visible. |
Name | Description |
---|---|
OnDoubleClick(EventArgs) | Raises the DoubleClick event. |
ShouldSerializeBottomPaneItems() | |
ShouldSerializeLeftPaneItems() | |
ShouldSerializeRightPaneItems() |
Name | Description |
---|---|
DoubleClick | Occurs when the application button is double-clicked. |