Gets the collection of controls in the drop-down menu that is associated with this RibbonMenuButton. These controls can be objects of type RibbonButton, RibbonComboBox, RibbonLabel, RibbonListView, RibbonTextBox or RibbonSeperator.

Syntax

public RibbonItemCollection DropDownItems { get; }
Public ReadOnly Property DropDownItems() As RibbonItemCollection

Limitations

Read only.