[]
        
(Showing Draft Content)

C1.Win.Ribbon.RibbonApplicationMenu

RibbonApplicationMenu Class

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.

Implements
IUiaButton
IUiaInvokeProvider
ISupportUiaContainer
Namespace: C1.Win.Ribbon
Assembly: C1.Win.Ribbon.4.8.dll
Syntax
public class RibbonApplicationMenu : RibbonDropDownBase, IComponent, IDisposable, IUiaButton, IUiaInvokeProvider, ISupportUiaContainer

Constructors

Name Description
RibbonApplicationMenu()

Creates a new instance of RibbonApplicationMenu.

Properties

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.

Methods

Name Description
OnDoubleClick(EventArgs)

Raises the DoubleClick event.

ShouldSerializeBottomPaneItems()
ShouldSerializeLeftPaneItems()
ShouldSerializeRightPaneItems()

Events

Name Description
DoubleClick

Occurs when the application button is double-clicked.