RibbonFactory.CreateRibbonComboBox Method

Definition

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.

Applies to