[]
Button that shows a drop-down menu.
public class RibbonMenu : RibbonDropDownBase, IComponent, IDisposable, IUiaExpandCollapseProvider, ISupportUiaContainer
| Name | Description |
|---|---|
| RibbonMenu() | Creates a new instance of RibbonMenu. |
| Name | Description |
|---|---|
| CanBeAddedToQat | Gets or sets whether the user can add this RibbonItem to the Quick Access Toolbar at runtime. |
| DropDownAlign | Gets or sets the alignment of the drop-down portion relative to this component. |
| GripHandleVisible | Gets or sets a value indicating whether the drop-down can be resized. |
| KeyTip | Gets or sets the KeyTip providing keyboard access to a RibbonMenu. |
| LargeItemDropDownWidth | Gets or sets the width of a drop-down menu with large items if the value is greater than 100. |
| MaxDropDownItems | Gets or sets the maximum number of items to display in the drop-down list. |
| PreferredItemSize | Gets or sets a value specifies the size of the drop down items. |
| ShowInMore | Gets or sets a value indicating if this RibbonItem can be shown in drop down part of the More button when ribbon is simplified. |
| Text | Gets or sets the label used to identify this RibbonMenu. |
| Name | Description |
|---|---|
| ResetText() | Restores the default value of the Text property. |
| ShouldSerializeText() | Specifies whether to save the value of the Text property. |