CommandBarComboBox Interface
Represents a command bar combo box.
Namespace: Microsoft.VisualStudio.CommandBars
Assembly: Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)
Syntax
'Declaration
<GuidAttribute("B9223DAC-9C92-4916-9396-6E7673A93724")> _
Public Interface CommandBarComboBox _
Inherits _CommandBarComboBox, _CommandBarComboBoxEvents_Event
[GuidAttribute("B9223DAC-9C92-4916-9396-6E7673A93724")]
public interface CommandBarComboBox : _CommandBarComboBox,
_CommandBarComboBoxEvents_Event
[GuidAttribute(L"B9223DAC-9C92-4916-9396-6E7673A93724")]
public interface class CommandBarComboBox : _CommandBarComboBox,
_CommandBarComboBoxEvents_Event
[<GuidAttribute("B9223DAC-9C92-4916-9396-6E7673A93724")>]
type CommandBarComboBox =
interface
interface _CommandBarComboBox
interface _CommandBarComboBoxEvents_Event
end
public interface CommandBarComboBox extends _CommandBarComboBox, _CommandBarComboBoxEvents_Event
The CommandBarComboBox type exposes the following members.
Properties
Name | Description | |
---|---|---|
accChild | Gets the child. This property is deprecated. (Inherited from _CommandBarComboBox.) | |
accChildCount | Gets the number of children. This property is deprecated. (Inherited from _CommandBarComboBox.) | |
accDefaultAction | Gets the default action. This property is deprecated. (Inherited from _CommandBarComboBox.) | |
accDescription | Gets the description. This property is deprecated. (Inherited from _CommandBarComboBox.) | |
accFocus | Gets the focus. This property is deprecated. (Inherited from _CommandBarComboBox.) | |
accHelp | Gets the help string. This property is deprecated. (Inherited from _CommandBarComboBox.) | |
accHelpTopic | Gets the help topic. This property is deprecated. (Inherited from _CommandBarComboBox.) | |
accKeyboardShortcut | Gets the keyboard shortcut. This property is deprecated. (Inherited from _CommandBarComboBox.) | |
accName | Gets the name of the object. (Inherited from _CommandBarComboBox.) | |
accParent | Gets the parent. This property is deprecated. (Inherited from _CommandBarComboBox.) | |
accRole | Gets the role. This property is deprecated. (Inherited from _CommandBarComboBox.) | |
accSelection | Gets the selection. This property is deprecated. (Inherited from _CommandBarComboBox.) | |
accState | Gets the state. This property is deprecated. (Inherited from _CommandBarComboBox.) | |
accValue | Gets the value. This property is deprecated. (Inherited from _CommandBarComboBox.) | |
Application | Gets the DTE object. (Inherited from _CommandBarComboBox.) | |
BeginGroup | Determines whether this control is the first in its group. (Inherited from _CommandBarComboBox.) | |
BuiltIn | Determines whether this control is a custom control or a built-in control. (Inherited from _CommandBarComboBox.) | |
Caption | Gets or sets the caption of the control. (Inherited from _CommandBarComboBox.) | |
Control | Gets the control itself. (Inherited from _CommandBarComboBox.) | |
Creator | Gets the ID of the application. (Inherited from _CommandBarComboBox.) | |
DescriptionText | Always returns the empty string. (Inherited from _CommandBarComboBox.) | |
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 _CommandBarComboBox.) | |
Height | Gets the height of the control. (Inherited from _CommandBarComboBox.) | |
HelpContextId | Gets the help context ID. Always returns 0. (Inherited from _CommandBarComboBox.) | |
HelpFile | Always returns the empty string. (Inherited from _CommandBarComboBox.) | |
Id | Gets the ID of the control. (Inherited from _CommandBarComboBox.) | |
Index | Gets the index of this control in the set of controls on the command bar. (Inherited from _CommandBarComboBox.) | |
InstanceId | Gets the instance ID of this control. (Inherited from _CommandBarComboBox.) | |
IsPriorityDropped | Always returns false. (Inherited from _CommandBarComboBox.) | |
Left | Gets the left coordinates. This property is deprecated. (Inherited from _CommandBarComboBox.) | |
List | 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 _CommandBarComboBox.) | |
OnAction | Gets or sets the OnAction string. (Inherited from _CommandBarComboBox.) | |
Parameter | Gets or sets the parameter that is used with the command. (Inherited from _CommandBarComboBox.) | |
Parent | Gets the parent command bar. (Inherited from _CommandBarComboBox.) | |
Priority | Gets the priority. Always returns 1. (Inherited from _CommandBarComboBox.) | |
Style | Gets or sets the style of the combo box. (Inherited from _CommandBarComboBox.) | |
Tag | Gets or sets the tag (Inherited from _CommandBarComboBox.) | |
Text | Gets or sets the text. This property is deprecated. (Inherited from _CommandBarComboBox.) | |
TooltipText | Gets or sets the tooltip text. (Inherited from _CommandBarComboBox.) | |
Top | Gets the top. This property is deprecated. (Inherited from _CommandBarComboBox.) | |
Type | Gets the type of the control. (Inherited from _CommandBarComboBox.) | |
Visible | Determines whether this control is visible. (Inherited from _CommandBarComboBox.) | |
Width | Gets or sets the width of the control. (Inherited from _CommandBarComboBox.) |
Top
Methods
Name | Description | |
---|---|---|
accDoDefaultAction | Performs the default action. This method is deprecated. (Inherited from _CommandBarComboBox.) | |
accHitTest | Gets the object at the specified coordinates. This method is deprecated. (Inherited from _CommandBarComboBox.) | |
accLocation | Gets the location of the control. This method is deprecated. (Inherited from _CommandBarComboBox.) | |
accNavigate | Navigates to another object. This method is deprecated. (Inherited from _CommandBarComboBox.) | |
accSelect | Selects an object. This method is deprecated. (Inherited from _CommandBarComboBox.) | |
add_Change | Infrastructure. Microsoft Internal Use Only. (Inherited from _CommandBarComboBoxEvents_Event.) | |
AddItem | Adds an item. This method is deprecated. (Inherited from _CommandBarComboBox.) | |
Clear | Clears the list. This method is deprecated. (Inherited from _CommandBarComboBox.) | |
Copy | Copies this control to the specified position on the specified command bar. (Inherited from _CommandBarComboBox.) | |
Delete | Removes this control from the collection. (Inherited from _CommandBarComboBox.) | |
Execute | Performs the action of this control. (Inherited from _CommandBarComboBox.) | |
Move | Moves this control to the specified command bar at the specified position. (Inherited from _CommandBarComboBox.) | |
remove_Change | Infrastructure. Microsoft Internal Use Only. (Inherited from _CommandBarComboBoxEvents_Event.) | |
RemoveItem | Removes the item at the specified index. This method is deprecated. (Inherited from _CommandBarComboBox.) | |
Reserved1 | Reserved. (Inherited from _CommandBarComboBox.) | |
Reserved2 | Reserved. (Inherited from _CommandBarComboBox.) | |
Reserved3 | Reserved. (Inherited from _CommandBarComboBox.) | |
Reserved4 | Reserved. (Inherited from _CommandBarComboBox.) | |
Reserved5 | Reserved. (Inherited from _CommandBarComboBox.) | |
Reserved6 | Reserved. (Inherited from _CommandBarComboBox.) | |
Reserved7 | Reserved. (Inherited from _CommandBarComboBox.) | |
Reset | Resets the control. (Inherited from _CommandBarComboBox.) | |
SetFocus | Sets the focus on the control. (Inherited from _CommandBarComboBox.) |
Top
Events
Name | Description | |
---|---|---|
Change | The Change event. (Inherited from _CommandBarComboBoxEvents_Event.) |
Top