_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 CommandBarControl
'Usage
Dim instance As _CommandBarComboBox
[GuidAttribute("000C030C-0000-0000-C000-000000000046")]
public interface _CommandBarComboBox : CommandBarControl

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.

See Also

Reference

_CommandBarComboBox Members

Microsoft.Office.Core Namespace