RibbonMenuButton.ToolTipFooterTitle Propriété

Définition

Obtient ou définit le texte de titre affiché dans le pied de page de l'info-bulle pour ce contrôle.

public:
 property System::String ^ ToolTipFooterTitle { System::String ^ get(); void set(System::String ^ value); };
public string ToolTipFooterTitle { get; set; }
member this.ToolTipFooterTitle : string with get, set
Public Property ToolTipFooterTitle As String

Valeur de propriété

Le texte de titre afficher dans le pied de page de l'info-bulle. La valeur par défaut enregistrée est null. Pour plus d’informations sur ce qui peut influencer la valeur, consultez Priorité de la valeur de propriété de dépendance.

Exemples

L’exemple suivant montre le balisage utilisé pour créer l’info-bulle améliorée.

Info-bulle améliorée d’info-bulle
Info-bulle améliorée

<ribbon:RibbonMenuButton Label="Ribbon Control"
                SmallImageSource="Images/Lightbulb16.png" 
                LargeImageSource="Images/Lightbulb32.png"
                KeyTip="N"
                ToolTipTitle="Command Name (Ctrl+N)" 
                ToolTipDescription="All ribbon commands should have enhanced tooltips to give the command name, shortcut key, description, and optional supplemental information."
                ToolTipImageSource="Images/Suggestion32.png"
                ToolTipFooterTitle="Press F1 for Help" 
                ToolTipFooterDescription="When practical, completely describe the command using a concise description. Link to Help only if further explanation is really necessary."
                ToolTipFooterImageSource="Images/Help16.png" />

Remarques

Avertissement

Chaque contrôle de ruban hérite d’une FrameworkElement.ToolTip propriété. Si la FrameworkElement.ToolTip propriété est définie, l’info-bulle améliorée du ruban ne s’affiche pas ; l’info-bulle standard s’affiche à la place.

Informations sur les propriétés de dépendance

Champ Identificateur ToolTipFooterTitleProperty
Propriétés de métadonnées définies sur true Aucun

S’applique à

Voir aussi