CommandBarComboBox Interface
Represents a combo box control on a command bar.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
<GuidAttribute("000C030C-0000-0000-C000-000000000046")> _
Public Interface CommandBarComboBox _
Inherits _CommandBarComboBox, _CommandBarComboBoxEvents_Event
'Usage
Dim instance As CommandBarComboBox
[GuidAttribute("000C030C-0000-0000-C000-000000000046")]
public interface CommandBarComboBox : _CommandBarComboBox,
_CommandBarComboBoxEvents_Event
Remarks
Use Controls(index), where index is the index number of the control, to return a CommandBarComboBox object. (The Type property of the control must be msoControlEdit, msoControlDropdown, msoControlComboBox, msoControlButtonDropdown, msoControlSplitDropdown, msoControlOCXDropdown, msoControlGraphicCombo, or msoControlGraphicDropdown.)
You can also use the FindControl method to return a CommandBarComboBox object.