The RibbonListViewItem class represents an item in a RibbonListView control.

Syntax

public class RibbonListViewItem
Public Class RibbonListViewItem

Introduced: X14.

Constructors

Constructor Description
RibbonListViewItem Initializes a new instance of the RibbonListViewItem class.

Properties

Property Description
DropDown Gets an object of type RibbonListView.RibbonListViewItemDropDown to access settings of the drop-down menu, that is displayed for each RibbonListViewItem when the RibbonListView.ViewMode property includes the ListViewMode.DropDown enumeration.
Icon Gets or sets the icon for this RibbonListViewItem.
IsEditable Gets or sets a value indicating whether this RibbonListViewItem is editable.
IsSelected Gets or sets a value indicating whether this RibbonListViewItem is selected.
Tag Gets or sets the data associated with this RibbonListViewItem.
Text Gets or sets the RibbonListViewItem's text
ToolTip Gets an object of type RibbonToolTip that displays text when the mouse pointer hovers over the item.