RibbonFactory.CreateRibbonDropDown 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 RibbonDropDown object that represents a list of items that a user can choose from and a list of Ribbon buttons that a user can click.
public:
Microsoft::Office::Tools::Ribbon::RibbonDropDown ^ CreateRibbonDropDown();
public Microsoft.Office.Tools.Ribbon.RibbonDropDown CreateRibbonDropDown ();
abstract member CreateRibbonDropDown : unit -> Microsoft.Office.Tools.Ribbon.RibbonDropDown
Public Function CreateRibbonDropDown () As RibbonDropDown
Returns
A Ribbon drop-down control.
Remarks
A RibbonDropDown can contain RibbonDropDownItem objects and RibbonButton controls.