| title |
Combos Element |
| description |
The Combos element groups Combo elements, which define commands that appear in a combo box. This article contains an example. |
| ms.date |
11/04/2016 |
| ms.topic |
reference |
| helpviewer_keywords |
Combos element (VSCT XML schema) |
VSCT XML schema elements, Combos |
|
| author |
tinaschrepfer |
| ms.author |
tinali |
| ms.subservice |
extensibility-integration |
Groups Combo element elements.
<Combos>
<Combo>... </Combo>
<Combo>... </Combo>
</Combos>
The following sections describe attributes, child elements, and parent elements.
| Element |
Description |
| Commands element |
Represents the collection of commands on the VSPackage toolbar. |
<Combos>
<Combo guid="guidWidgetPackage" id="cmdidInsertOptions"
defaultWidth="100" idCommandList="cmdidGetInsertOptionsList">
<CommandFlag>DynamicVisibility</CommandFlag>
<Strings>
<ButtonText>Select Insert Options</ButtonText>
</Strings>
</Combo>
<Combo guid="guidWidgetPackage" id="cmdidInsertOptions"
priority="0x0500" type="DropDownCombo" defaultWidth="100"
idCommandList="cmdidGetInsertOptionsList">
<Parent guid="cmdSetGuidWidgetCommands" id="groupIDFileEdit">
<CommandFlag>DynamicVisibility</CommandFlag>
<Strings>
<ButtonText>Select Insert Options</ButtonText>
</Strings>
</Combo>
</Combos>