RibbonFactory.CreateRibbonDropDownItem Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.