Partager via


RibbonMenuButton.ToolTipFooterTitle, propriété

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

Espace de noms :  Microsoft.Windows.Controls.Ribbon
Assembly :  RibbonControlsLibrary (dans RibbonControlsLibrary.dll)

Syntaxe

'Déclaration
Public Property ToolTipFooterTitle As String
    Get
    Set
public string ToolTipFooterTitle { get; set; }
public:
property String^ ToolTipFooterTitle {
    String^ get ();
    void set (String^ value);
}
member ToolTipFooterTitle : string with get, set
function get ToolTipFooterTitle () : String
function set ToolTipFooterTitle (value : String)

Valeur de propriété

Type : System.String
Le texte de titre afficher dans le pied de page de l'info-bulle.La valeur par défaut enregistrée est nullune référence null (Nothing en Visual Basic).Pour plus d'informations sur ce qui peut influencer la valeur, consultez Priorité de la valeur de propriété de dépendance.

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

Champ d'identificateur

ToolTipFooterTitleProperty

Propriétés de métadonnées ayant la valeur true

Aucun

Notes

Remarque AttentionAttention

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

Exemples

L'exemple suivant montre les balises utilisées pour créer l'info-bulle améliorée.

Info-bulle améliorée

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" />

Sécurité .NET Framework

Voir aussi

Référence

RibbonMenuButton Classe

Microsoft.Windows.Controls.Ribbon, espace de noms

RibbonToolTip