Élément Spinner
Représente un contrôle Spinner .
Utilisation
<Spinner
CommandName = "xs:positiveInteger or xs:string"/>
Attributs
Attribut | Type | Obligatoire | Description |
---|---|---|---|
CommandName |
xs:positiveInteger ou xs:string |
Non |
Associe l’élément à une commande. La valeur doit être unique dans le document XML du ruban. Longueur maximale : 100 caractères. |
Éléments enfants
Il n’y a pas d’éléments enfants.
Éléments parents
Élément |
---|
ControlGroup |
DropDownGallery |
Groupe |
MenuGroup |
SplitButtonGallery |
Notes
Optionnel.
Peut se produire une ou plusieurs fois pour chaque élément ControlGroup ou Group .
Exemples
L’exemple suivant illustre le balisage de base pour le spinner.
Cette section de code présente les déclarations spinner Command, avec un élément Group qui fonctionne comme conteneur parent pour l’élément Spinner .
<Command Name="GroupSpinner1" Symbol="IDR_CMD_GROUPSPINNER1" Id="30010">
<Command.LabelTitle>
<String Id="210">Resize</String>
</Command.LabelTitle>
</Command>
<Command Name="Spinner_Size" Symbol="IDR_CMD_SPINNER_RESIZE" Id="30015">
<Command.LabelTitle>
<String Id="215">Resize by:</String>
</Command.LabelTitle>
</Command>
Cette section de code présente les déclarations de contrôle Spinner .
<Group CommandName="GroupSpinner1">
<Spinner CommandName="Spinner_Size" />
</Group>
Informations sur les éléments
- Système minimum pris en charge : Windows 7
- Peut être vide : Oui