RibbonFactory.CreateRibbonComboBox 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 RibbonComboBox object that represents a combo box on a custom Ribbon.
public:
Microsoft::Office::Tools::Ribbon::RibbonComboBox ^ CreateRibbonComboBox();
public Microsoft.Office.Tools.Ribbon.RibbonComboBox CreateRibbonComboBox ();
abstract member CreateRibbonComboBox : unit -> Microsoft.Office.Tools.Ribbon.RibbonComboBox
Public Function CreateRibbonComboBox () As RibbonComboBox
Returns
A Ribbon combo box.
Remarks
A combo box presents a user with a text entry field and a list of choices in a drop-down menu.