Share via


_CommandBarComboBox Interface 

Represents a combo box control on a command bar.

Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)

Usage

Public Class commandBarComboBoxImplementation
    Implements _CommandBarComboBox
End Class
Dim commandBarComboBoxImplementation1 As New commandBarComboBoxImplementation()

Syntax

Public Interface _CommandBarComboBox
    Inherits CommandBarControl
public interface _CommandBarComboBox : CommandBarControl
public interface class _CommandBarComboBox : public CommandBarControl
public interface _CommandBarComboBox implements CommandBarControl
public interface _CommandBarComboBox implements 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.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Core Namespace

Other Resources

_CommandBarComboBox Members