Combos-Element
- Artikel
-
-
Gruppiert Combo-Elementelemente .
Syntax
<Combos>
<Combo>... </Combo>
<Combo>... </Combo>
</Combos>
Attribute und Elemente
In den folgenden Abschnitten werden Attribute sowie untergeordnete und übergeordnete Elemente beschrieben.
Attribute
Untergeordnete Elemente
Element |
Beschreibung |
Combos-Element |
Gruppiert Kombinationselemente. |
Combo-Element |
Definiert die Befehle, die in einem Kombinationsfeld angezeigt werden. |
Übergeordnete Elemente
Element |
Beschreibung |
Commands-Element |
Stellt die Auflistung von Befehlen auf der VSPackage-Symbolleiste dar. |
Beispiel
<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>
Siehe auch