Elemento Button
Representa un control Button .
Uso
<Button
ApplicationModes = "xs:string"
CommandName = "xs:positiveInteger or xs:string"
ApplicationDefaults.IsChecked = "Boolean"/>
Atributos
Atributo | Tipo | Obligatorio | Descripción |
---|---|---|---|
ApplicationDefaults.IsChecked |
Boolean |
No |
Este atributo solo es válido cuando el elemento Button es un elemento secundario de QuickAccessToolbar.ApplicationDefaults. Restringido a uno de los siguientes valores: |
ApplicationModes |
xs:string |
No |
Válido solo si MenuGroup es el elemento primario. El espacio en blanco es válido y se omite. Longitud máxima: 250 caracteres. |
CommandName |
xs:positiveInteger o xs:string |
No |
Asocia el elemento a un objeto Command. El valor debe ser único dentro del documento XML de la cinta de opciones. Longitud máxima: 100 caracteres. |
Elementos secundarios
No hay elementos secundarios.
Elementos primarios
Elemento |
---|
ControlGroup |
DropDownButton |
DropDownGallery |
Group (Grupo) |
MenuGroup |
QuickAccessToolbar.ApplicationDefaults |
SplitButton |
SplitButton.ButtonItem |
SplitButtonGallery |
Comentarios
Opcional.
Puede producirse como máximo una vez para cada elemento SplitButton.ButtonItem .
Puede producirse una o varias veces para cada elemento ControlGroup, DropDownButton, DropDownGallery, Group, MenuGroup, QuickAccessToolbar.ApplicationDefaults, SplitButton o SplitButtonGallery .
El botón admite modos de aplicación cuando se hospeda en la columna izquierda del menú aplicación.
Ejemplos
En el ejemplo siguiente se muestra el marcado básico del botón.
En esta sección de código se muestran las declaraciones Button Command, con un grupo asociado que actúa como contenedor primario para el elemento Button .
<!-- Button -->
<Command Name="cmdButtonGroup"
Symbol="cmdButtonGroup"
Comment="Button Group"
LabelTitle="ButtonGroup"/>
<Command Name="cmdButton1"
Symbol="cmdButton1"
Comment="Button1"
LabelTitle="Button1"/>
<Command Name="cmdButton2"
Symbol="cmdButton2"
Comment="Button2"
LabelTitle="Button2"/>
<Command Name="cmdButton3"
Symbol="cmdButton3"
Comment="Button3"
LabelTitle="Button3"/>
<Command Name="cmdButtonGroup2"
Symbol="cmdButtonGroup2"
Comment="Button Group2"
LabelTitle="ButtonGroup2"/>
<Command Name="cmdButtonG21"
Symbol="cmdButtonG21"
Comment="ButtonG21"
LabelTitle="ButtonG21">
<Command.LargeImages>
<Image Source="res/large.bmp"/>
</Command.LargeImages>
<Command.SmallImages>
<Image Source="res/small.bmp"/>
</Command.SmallImages>
</Command>
<Command Name="cmdButtonG22"
Symbol="cmdButtonG22"
Comment="ButtonG22"
LabelTitle="ButtonG22">
<Command.LargeImages>
<Image Source="res/large.bmp"/>
</Command.LargeImages>
<Command.SmallImages>
<Image Source="res/small.bmp"/>
</Command.SmallImages>
</Command>
<Command Name="cmdButtonG23"
Symbol="cmdButtonG23"
Comment="ButtonG23"
LabelTitle="ButtonG23">
<Command.LargeImages>
<Image Source="res/large.bmp"/>
</Command.LargeImages>
<Command.SmallImages>
<Image Source="res/small.bmp"/>
</Command.SmallImages>
</Command>
<Command Name="cmdButtonG24"
Symbol="cmdButtonG24"
Comment="ButtonG24"
LabelTitle="ButtonG24">
<Command.LargeImages>
<Image Source="res/large.bmp"/>
</Command.LargeImages>
<Command.SmallImages>
<Image Source="res/small.bmp"/>
</Command.SmallImages>
</Command>
En esta sección de código se muestran las declaraciones de control Button .
<Group CommandName="cmdButtonGroup"
SizeDefinition="ThreeButtons">
<Button CommandName="cmdButton1"></Button>
<Button CommandName="cmdButton2"></Button>
<Button CommandName="cmdButton3"></Button>
</Group>
Información de elemento
- Sistema mínimo admitido: Windows 7
- Puede estar vacío: Sí