FullToolbarImplementation (ComponentImplementation)

Element properties:

TypeFullToolbar
PlatformWpf, Silverlight
Target
AccessibilityInternal

Source Code:

<ComponentImplementation ID="FullToolbarImplementation" TypeId="FullToolbar" Platform="Wpf, Silverlight" Accessibility="Internal">
<Composite>
<Variable Id="DynamicSubscriptionItems" Type="BaseDataType[]"/>
<Variable Id="DynamicResourceGroupItems" Type="BaseDataType[]"/>
<Component TypeId="Visualization!Microsoft.SystemCenter.Visualization.ComponentContainer">
<Binding PropertyId="Visual">
<Component TypeId="Microsoft.SystemCenter.Visualization.SimpleToolbar">
<Binding PropertyId="Item">
<Component TypeId="Microsoft.SystemCenter.Visualization.PanControl">
<Binding PropertyId="ScrollDirection">
<Reference>$Property/ScrollDirection$</Reference>
</Binding>
</Component>
</Binding>
<Binding PropertyId="Item">
<Component TypeId="Microsoft.SystemCenter.Visualization.ZoomControl">
<Binding PropertyId="ZoomLevel">
<Reference>$Property/ZoomLevel$</Reference>
</Binding>
</Component>
</Binding>
<Binding PropertyId="Item">
<Component TypeId="Microsoft.SystemCenter.Visualization.SimpleButton">
<Binding PropertyId="ButtonClick">
<Reference>$Property/ZoomToContent$</Reference>
</Binding>
</Component>
</Binding>
<Binding PropertyId="Item">
<Component TypeId="Microsoft.SystemCenter.Visualization.SimpleLabel">
<Binding PropertyId="Value">
<Reference>$MPReference/Microsoft.SystemCenter.MicrosoftAzure!SubscriptionSelectorTitle/DisplayName$</Reference>
</Binding>
</Component>
</Binding>
<Binding PropertyId="Item">
<Component TypeId="DynamicComboBox">
<Binding PropertyId="StaticInputItems">
<ComplexValueCollection Type="xsd://Microsoft.SystemCenter.MicrosoftAzure!Microsoft.SystemCenter.MicrosoftAzure.ComboBox/Microsoft.SystemCenter.MicrosoftAzure.ComboBoxItem[]">
<ComplexValue Type="xsd://Microsoft.SystemCenter.MicrosoftAzure!Microsoft.SystemCenter.MicrosoftAzure.ComboBox/Microsoft.SystemCenter.MicrosoftAzure.ComboBoxItem">
<Binding PropertyId="DisplayName">
<Reference>$MPReference/Microsoft.SystemCenter.MicrosoftAzure!NoneSubscriptions/DisplayName$</Reference>
</Binding>
<Binding PropertyId="Value">
<SimpleValue Type="xsd://string" Value="None"/>
</Binding>
</ComplexValue>
<ComplexValue Type="xsd://Microsoft.SystemCenter.MicrosoftAzure!Microsoft.SystemCenter.MicrosoftAzure.ComboBox/Microsoft.SystemCenter.MicrosoftAzure.ComboBoxItem">
<Binding PropertyId="DisplayName">
<Reference>$MPReference/Microsoft.SystemCenter.MicrosoftAzure!AllSubscriptions/DisplayName$</Reference>
</Binding>
<Binding PropertyId="Value">
<SimpleValue Type="xsd://string" Value="All"/>
</Binding>
</ComplexValue>
</ComplexValueCollection>
</Binding>
<Binding PropertyId="DynamicInputItems">
<Reference>$Variable/DynamicSubscriptionItems$</Reference>
</Binding>
<Binding PropertyId="SelectedValue">
<Reference>$Property/SubscriptionId$</Reference>
</Binding>
</Component>
</Binding>
<Binding PropertyId="Item">
<Component TypeId="Microsoft.SystemCenter.Visualization.SimpleLabel">
<Binding PropertyId="Value">
<Reference>$MPReference/Microsoft.SystemCenter.MicrosoftAzure!ResourceGroupSelectorTitle/DisplayName$</Reference>
</Binding>
</Component>
</Binding>
<Binding PropertyId="Item">
<Component TypeId="DynamicComboBox">
<Binding PropertyId="StaticInputItems">
<ComplexValueCollection Type="xsd://Microsoft.SystemCenter.MicrosoftAzure!Microsoft.SystemCenter.MicrosoftAzure.ComboBox/Microsoft.SystemCenter.MicrosoftAzure.ComboBoxItem[]">
<ComplexValue Type="xsd://Microsoft.SystemCenter.MicrosoftAzure!Microsoft.SystemCenter.MicrosoftAzure.ComboBox/Microsoft.SystemCenter.MicrosoftAzure.ComboBoxItem">
<Binding PropertyId="DisplayName">
<Reference>$MPReference/Microsoft.SystemCenter.MicrosoftAzure!AllResourceGroups/DisplayName$</Reference>
</Binding>
<Binding PropertyId="Value">
<SimpleValue Type="xsd://string" Value="All"/>
</Binding>
</ComplexValue>
</ComplexValueCollection>
</Binding>
<Binding PropertyId="DynamicInputItems">
<Reference>$Variable/DynamicResourceGroupItems$</Reference>
</Binding>
<Binding PropertyId="SelectedValue">
<Reference>$Property/ResourceGroup$</Reference>
</Binding>
</Component>
</Binding>
<Binding PropertyId="Item">
<Component TypeId="Microsoft.SystemCenter.Visualization.ScomButton">
<Binding PropertyId="DisplayName">
<Reference>$MPReference/Microsoft.SystemCenter.MicrosoftAzure!Microsoft.SystemCenter.Visualization.Library.SaveImageText/DisplayName$</Reference>
</Binding>
<Binding PropertyId="TooltipText">
<Reference>$MPReference/Microsoft.SystemCenter.MicrosoftAzure!Microsoft.SystemCenter.Visualization.Library.SaveImageTooltipText/DisplayName$</Reference>
</Binding>
<Binding PropertyId="ButtonClick">
<Reference>$Property/SaveImage$</Reference>
</Binding>
</Component>
</Binding>
</Component>
</Binding>
<Binding PropertyId="Objects">
<Component TypeId="GetSubscriptionComboxBoxData">
<Binding PropertyId="Output">
<Reference>$Variable/DynamicSubscriptionItems$</Reference>
</Binding>
</Component>
</Binding>
<Binding PropertyId="Objects">
<Component TypeId="GetResourceGroupComboxBoxData">
<Binding PropertyId="SubscriptionId">
<Reference>$Property/SubscriptionId$</Reference>
</Binding>
<Binding PropertyId="Output">
<Reference>$Variable/DynamicResourceGroupItems$</Reference>
</Binding>
</Component>
</Binding>
</Component>
</Composite>
</ComponentImplementation>