Command.SmallImages-Eigenschaft
Stellt einen Container mit Images dar; in diesem Fall kleine Bilder.
Verbrauch
<Command.SmallImages>
child elements
</Command.SmallImages>
Attribute
Es gibt keine Attribute.
Untergeordnete Elemente
Element | BESCHREIBUNG |
---|---|
Image |
Kann ein oder mehrere Male auftreten. |
Übergeordnete Elemente
Element |
---|
Befehl |
Bemerkungen
Optional.
Kann höchstens einmal für jeden Befehl auftreten.
Bildressourcen müssen dem in Windows verwendeten BMP-Grafikformat (Standard Bitmap) entsprechen.
Beispiele
Im folgenden Beispiel wird das grundlegende Markup für SplitButton mit einem MenuGroup-Element veranschaulicht.
Dieser Codeabschnitt zeigt die Deklarationen SplitButton und MenuGroup Command mit einer großen und einer kleinen Bildressource. Eine zugeordnete Gruppe , die als übergeordneter Container für das SplitButton-Element fungiert, wird ebenfalls deklariert.
<!-- SplitButton -->
<Command Name="cmdSplitButtonGroup"
Symbol="cmdSplitButtonGroup"
Comment="SplitButton Group"
LabelTitle="SplitButton"/>
<Command Name="cmdSplitButton"
Symbol="cmdSplitButton"
Comment="SplitButton"
LabelTitle="SplitButton"/>
<Command Name="cmdSBButtonItem"
Symbol="cmdSBButtonItem"
Comment="SBButtonItem"
LabelTitle="SB ButtonItem"/>
<Command Name="cmdSBButton1"
Symbol="cmdSBButton1"
Comment="SBButton1"
LabelTitle="SB Button">
<Command.LargeImages>
<Image Source="res/copyL_32.bmp"/>
</Command.LargeImages>
<Command.SmallImages>
<Image Source="res/copyS_16.bmp"/>
</Command.SmallImages>
<Command.LargeHighContrastImages>
<Image Source="res/copyLHC_32.bmp"/>
</Command.LargeHighContrastImages>
<Command.SmallHighContrastImages>
<Image Source="res/copySHC_16.bmp"/>
</Command.SmallHighContrastImages>
</Command>
<Command Name="cmdSBMajorItems"
Comment="Major Items Category"
LabelTitle="Major Items"/>
<Command Name="cmdSBStandardItems"
Comment="Standard Items Category"
LabelTitle="Standard Items"/>
Anforderungen
Anforderung | Wert |
---|---|
Unterstützte Mindestversion (Client) |
Windows 7 [nur Desktop-Apps] |
Unterstützte Mindestversion (Server) |
Windows Server 2008 R2 [nur Desktop-Apps] |