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 ommandBarComboBoxImplementation
    Implements CommandBarComboBox
End Class
Dim ommandBarComboBoxImplementation1 As New ommandBarComboBoxImplementation()

Syntax

Public Interface CommandBarComboBox
    Inherits _CommandBarComboBox, _CommandBarComboBoxEvents_Event
public interface CommandBarComboBox : _CommandBarComboBox, _CommandBarComboBoxEvents_Event
public interface class CommandBarComboBox : public _CommandBarComboBox, _CommandBarComboBoxEvents_Event
public interface CommandBarComboBox implements _CommandBarComboBox, _CommandBarComboBoxEvents_Event
public interface CommandBarComboBox implements _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.

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