Propriété Command.TooltipTitle

Représente un titre d’info-bulle.

Utilisation

<Command.TooltipTitle>
  child elements
</Command.TooltipTitle>

Attributs

Il n’y a pas d’attributs.

Éléments enfants

Élément Description
String
Peut se produire au plus une fois

Éléments parents

Élément
Commande

Notes

Optionnel.

Peut se produire au maximum une fois pour chaque commande.

Command.TooltipTitle peut contenir une valeur de type xs:string limitée à n’importe quelle séquence de caractères, y compris les espaces blancs et les sauts de ligne.

Notes

Utilisez la référence &#xA; de caractères XML UCS (Universal Character Set) pour spécifier un saut de ligne.

La longueur maximale est non délimitée.

Si aucune valeur n’est fournie pour Command.TooltipTitle, l’élément enfant String est requis.

Notes

Si Command.TooltipTitle contient à la fois une valeur et un élément enfant String , String est prioritaire.

Command.TooltipTitle prend uniquement en charge l’alignement gauche.

Exemples

L’exemple suivant illustre le balisage d’un élément Command avec une déclaration Command.TooltipTitle .

<Command>
  <Command.Name>cmdSave</Command.Name>
  <Command.Symbol>ID_FILE_SAVE</Command.Symbol>
  <Command.Comment>Save</Command.Comment>
  <Command.Id>25003</Command.Id>
  <Command.LabelTitle>
    <String>
      <String.Content>Label for Save</String.Content>
      <String.Id>59999</String.Id>
      <String.Symbol>strSave</String.Symbol>
    </String>
  </Command.LabelTitle>
  <Command.TooltipTitle>Tooltip title with &amp;&amp; for Save Command</Command.TooltipTitle>
  <Command.TooltipDescription>Tooltip description for Save Command.</Command.TooltipDescription>
  <Command.Keytip>s1</Command.Keytip>
</Command>

Spécifications

Condition requise Valeur
Client minimal pris en charge
Windows 7 [applications de bureau uniquement]
Serveur minimal pris en charge
Windows Server 2008 R2 [applications de bureau uniquement]

Voir aussi

UI_PKEY_TooltipTitle