RibbonFactory.CreateRibbonDropDownItem Method

Definition

Creates a RibbonDropDownItem object that represents an item in a drop-down control.

public:
 Microsoft::Office::Tools::Ribbon::RibbonDropDownItem ^ CreateRibbonDropDownItem();
public Microsoft.Office.Tools.Ribbon.RibbonDropDownItem CreateRibbonDropDownItem ();
abstract member CreateRibbonDropDownItem : unit -> Microsoft.Office.Tools.Ribbon.RibbonDropDownItem
Public Function CreateRibbonDropDownItem () As RibbonDropDownItem

Returns

An item in a Ribbon drop-down control.

Applies to