The RibbonListViewItemDropDown class provides properties to modify the settings of the drop-down menu, that is displayed for each RibbonListViewItem when the RibbonListView.ViewMode property includes the ListViewMode.DropDown enumeration.

Syntax

public class RibbonListViewItemDropDown
Public Class RibbonListViewItemDropDown

Introduced: X19.

Properties

Property Description
Items Gets or sets all items that are displayed when the drop-down menu is opened.
MinimumWidth Gets or sets the minimum width, in 1/96 inch, of the displayed drop-down.
SelectedIndex Gets or sets the index of the currently selected drop-down item.
SelectedItem Gets or sets the current selected drop-down item.
ShowCheckMargin Gets or sets a value indicating whether space for a check mark is shown on the left edge of the drop-down menu.
ShowText Gets or sets a value indicating whether the value of the RibbonListViewItemDropDown.Text property is displayed to the left of the drop-down button.
Text Gets or sets the text that is displayed to the left of the drop-down button, if the RibbonListViewItemDropDown.ShowText property is set to true.