CommandBarComboBox Interface

Definition

Represents a command bar combo box.

public interface class CommandBarComboBox : Microsoft::VisualStudio::CommandBars::_CommandBarComboBox, Microsoft::VisualStudio::CommandBars::_CommandBarComboBoxEvents_Event
public interface class CommandBarComboBox : Microsoft::VisualStudio::CommandBars::_CommandBarComboBox, Microsoft::VisualStudio::CommandBars::_CommandBarComboBoxEvents_Event
__interface CommandBarComboBox : Microsoft::VisualStudio::CommandBars::_CommandBarComboBox, Microsoft::VisualStudio::CommandBars::_CommandBarComboBoxEvents_Event
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.VisualStudio.CommandBars.CommandBarComboBoxClass))]
[System.Runtime.InteropServices.Guid("B9223DAC-9C92-4916-9396-6E7673A93724")]
public interface CommandBarComboBox : Microsoft.VisualStudio.CommandBars._CommandBarComboBox, Microsoft.VisualStudio.CommandBars._CommandBarComboBoxEvents_Event
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.VisualStudio.CommandBars.CommandBarComboBoxClass))]
[System.Runtime.InteropServices.Guid("B9223DAC-9C92-4916-9396-6E7673A93724")]
[System.Runtime.InteropServices.ComVisible(false)]
public interface CommandBarComboBox : Microsoft.VisualStudio.CommandBars._CommandBarComboBox, Microsoft.VisualStudio.CommandBars._CommandBarComboBoxEvents_Event
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.VisualStudio.CommandBars.CommandBarComboBoxClass))>]
[<System.Runtime.InteropServices.Guid("B9223DAC-9C92-4916-9396-6E7673A93724")>]
type CommandBarComboBox = interface
    interface _CommandBarComboBox
    interface _CommandBarComboBoxEvents_Event
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.VisualStudio.CommandBars.CommandBarComboBoxClass))>]
[<System.Runtime.InteropServices.Guid("B9223DAC-9C92-4916-9396-6E7673A93724")>]
[<System.Runtime.InteropServices.ComVisible(false)>]
type CommandBarComboBox = interface
    interface _CommandBarComboBox
    interface CommandBarControl
    interface _IVsMsoOleAccDispObj
    interface IAccessible
    interface _CommandBarComboBoxEvents_Event
Public Interface CommandBarComboBox
Implements _CommandBarComboBox, _CommandBarComboBoxEvents_Event
Derived
Attributes
Implements

Properties

accChild[Object] (Inherited from IAccessible)
accChildCount

Gets the number of children. This property is deprecated.

(Inherited from IAccessible)
accDefaultAction[Object]

Gets the default action. This property is deprecated.

(Inherited from IAccessible)
accDescription[Object]

Gets the description. This property is deprecated.

(Inherited from IAccessible)
accFocus

Gets the focus. This property is deprecated.

(Inherited from IAccessible)
accHelp[Object]

Gets the help string. This property is deprecated.

(Inherited from IAccessible)
accHelpTopic[String, Object]

Gets the help topic. This property is deprecated.

(Inherited from IAccessible)
accKeyboardShortcut[Object]

Gets the keyboard shortcut. This property is deprecated.

(Inherited from IAccessible)
accName[Object]

Gets the name of the object.

(Inherited from IAccessible)
accParent

Gets the parent. This property is deprecated.

(Inherited from IAccessible)
accRole[Object]

Gets the role. This property is deprecated.

(Inherited from IAccessible)
accSelection

Gets the selection. This property is deprecated.

(Inherited from IAccessible)
accState[Object]

Gets the state. This property is deprecated.

(Inherited from IAccessible)
accValue[Object]

Gets the value. This property is deprecated.

(Inherited from IAccessible)
Application

Gets the DTE object.

(Inherited from CommandBarControl)
BeginGroup

Determines whether this control is the first in its group.

(Inherited from CommandBarControl)
BuiltIn

Determines whether this control is a custom control or a built-in control.

(Inherited from CommandBarControl)
Caption

Gets or sets the caption of the control.

(Inherited from CommandBarControl)
Control

Gets the control itself.

(Inherited from CommandBarControl)
Creator

Gets the ID of the application.

(Inherited from CommandBarControl)
DescriptionText

Always returns the empty string.

(Inherited from CommandBarControl)
DropDownLines

Gets or sets the number of lines in the dropdown box. This property is deprecated

(Inherited from _CommandBarComboBox)
DropDownWidth

Gets or sets the width of the dropdown box. This property is deprecated.

(Inherited from _CommandBarComboBox)
Enabled

Determines whether the control is enabled.

(Inherited from CommandBarControl)
Height

Gets or sets the height of the control.

(Inherited from CommandBarControl)
HelpContextId

Gets the help context ID. Always returns 0.

(Inherited from CommandBarControl)
HelpFile

Always returns the empty string.

(Inherited from CommandBarControl)
Id

Gets the ID of the control.

(Inherited from CommandBarControl)
Index

Gets the index of this control in the set of controls on the command bar.

(Inherited from CommandBarControl)
InstanceId

Gets the instance ID of this control.

(Inherited from CommandBarControl)
IsPriorityDropped

Always returns false.

(Inherited from CommandBarControl)
Left

Gets the left coordinates. This property is deprecated.

(Inherited from CommandBarControl)
List[Int32]

Gets or sets the item in the list at the specified index.

(Inherited from _CommandBarComboBox)
ListCount

Gets the number of items in the list.

(Inherited from _CommandBarComboBox)
ListHeaderCount

Gets or sets the list header count. This property is deprecated.

(Inherited from _CommandBarComboBox)
ListIndex

Gets or sets the (1-based) index of the selected item in the list.

(Inherited from _CommandBarComboBox)
OLEUsage

Gets or sets the OLE usage. This property is deprecated.

(Inherited from CommandBarControl)
OnAction

Gets or sets the OnAction string.

(Inherited from CommandBarControl)
Parameter

Gets or sets the parameter that is used with the command.

(Inherited from CommandBarControl)
Parent

Gets the parent command bar.

(Inherited from CommandBarControl)
Priority

Gets the priority. Always returns 1.

(Inherited from CommandBarControl)
Style

Gets or sets the style of the combo box.

(Inherited from _CommandBarComboBox)
Tag

Gets or sets the tag

(Inherited from CommandBarControl)
Text

Gets or sets the text. This property is deprecated.

(Inherited from _CommandBarComboBox)
TooltipText

Gets or sets the tooltip text.

(Inherited from CommandBarControl)
Top

Gets the top. This property is deprecated.

(Inherited from CommandBarControl)
Type

Gets the type of the control.

(Inherited from CommandBarControl)
Visible

Determines whether this control is visible.

(Inherited from CommandBarControl)
Width

Gets or sets the width of the control.

(Inherited from CommandBarControl)

Methods

accDoDefaultAction(Object)

Performs the default action.

(Inherited from IAccessible)
accHitTest(Int32, Int32)

Gets the object at the specified coordinates. This method is deprecated.

(Inherited from IAccessible)
accLocation(Int32, Int32, Int32, Int32, Object)

Gets the location of the control. This method is deprecated.

(Inherited from IAccessible)
accNavigate(Int32, Object)

Navigates to another object. This method is deprecated.

(Inherited from IAccessible)
accSelect(Int32, Object)

Selects an object. This method is deprecated.

(Inherited from IAccessible)
add_Change(_CommandBarComboBoxEvents_ChangeEventHandler) (Inherited from _CommandBarComboBoxEvents_Event)
AddItem(String, Object)

Adds an item. This method is deprecated.

(Inherited from _CommandBarComboBox)
Clear()

Clears the list. This method is deprecated.

(Inherited from _CommandBarComboBox)
Copy(Object, Object)

Copies this control to the specified position on the specified command bar.

(Inherited from CommandBarControl)
Delete(Object)

Removes this control from the collection.

(Inherited from CommandBarControl)
Execute()

Performs the action of this control.

(Inherited from CommandBarControl)
Move(Object, Object)

Moves this control to the specified command bar at the specified position.

(Inherited from CommandBarControl)
remove_Change(_CommandBarComboBoxEvents_ChangeEventHandler) (Inherited from _CommandBarComboBoxEvents_Event)
RemoveItem(Int32)

Removes the item at the specified index. This method is deprecated.

(Inherited from _CommandBarComboBox)
Reserved1()

Reserved.

(Inherited from CommandBarControl)
Reserved2()

Reserved.

(Inherited from CommandBarControl)
Reserved3()

Reserved.

(Inherited from CommandBarControl)
Reserved4()

Reserved.

(Inherited from CommandBarControl)
Reserved5()

Reserved.

(Inherited from CommandBarControl)
Reserved6()

Reserved.

(Inherited from CommandBarControl)
Reserved7()

Reserved.

(Inherited from CommandBarControl)
Reset()

Resets the control.

(Inherited from CommandBarControl)
SetFocus()

Sets the focus on the control.

(Inherited from CommandBarControl)

Events

Change

The Change event.

(Inherited from _CommandBarComboBoxEvents_Event)

Applies to