[]
Represents an Item in a recently used list.
public class RibbonListItem : RibbonItem, IComponent, IDisposable, ISupportUiaContainer, IUiaSelectionItemProvider, IUiaButton, IUiaInvokeProvider
Name | Description |
---|---|
RibbonListItem() | Creates an empty RibbonListItem. |
RibbonListItem(RibbonItem) | Creates a new instance of RibbonListItem with one RibbonItem in it. |
Name | Description |
---|---|
AllowSelection | Gets or sets a value indicating whether this item can be selected. |
Items | Gets the collection of Ribbon items in this list item. |
KeyTip | Gets or sets the KeyTip providing keyboard access to a RibbonListItem. |
Name | Description |
---|---|
OnClick(EventArgs) | Raises the Click event. |
ShouldSerializeItems() |
Name | Description |
---|---|
Click | Occurs when the list item is clicked. |