[]
        
(Showing Draft Content)

C1.Win.Ribbon.RibbonListItem

RibbonListItem Class

Represents an Item in a recently used list.

Inheritance
RibbonListItem
Implements
ISupportUiaContainer
IUiaSelectionItemProvider
IUiaButton
IUiaInvokeProvider
Namespace: C1.Win.Ribbon
Assembly: C1.Win.Ribbon.4.8.dll
Syntax
public class RibbonListItem : RibbonItem, IComponent, IDisposable, ISupportUiaContainer, IUiaSelectionItemProvider, IUiaButton, IUiaInvokeProvider

Constructors

Name Description
RibbonListItem()

Creates an empty RibbonListItem.

RibbonListItem(RibbonItem)

Creates a new instance of RibbonListItem with one RibbonItem in it.

Properties

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.

Methods

Name Description
OnClick(EventArgs)

Raises the Click event.

ShouldSerializeItems()

Events

Name Description
Click

Occurs when the list item is clicked.