Combos element
- Article
-
-
Groups Combo element elements.
Syntax
<Combos>
<Combo>... </Combo>
<Combo>... </Combo>
</Combos>
Attributes and elements
The following sections describe attributes, child elements, and parent elements.
Attributes
Child elements
Parent elements
Element |
Description |
Commands element |
Represents the collection of commands on the VSPackage toolbar. |
Example
<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>
See also