RibbonButton.ToolTipFooterDescription プロパティ

定義

このコントロールのツールヒントのフッターに表示される説明テキストを取得または設定します。

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

プロパティ値

ツールヒントのフッターに表示する説明テキスト。 登録済みの既定値は null です。 この値に影響する可能性があるものの詳細については、「依存関係プロパティ値の優先順位」を参照してください。

次の例は、拡張ツールヒントの作成に使用されるマークアップを示しています。

拡張ツールヒント
拡張されたツールヒント

<ribbon:RibbonButton 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" />

注釈

警告

各リボン コントロールは、プロパティを FrameworkElement.ToolTip 継承します。 プロパティが FrameworkElement.ToolTip 設定されている場合、リボンの拡張ツールヒントは表示されません。代わりに標準のツールヒントが表示されます。

依存プロパティ情報

識別子フィールド ToolTipFooterDescriptionProperty
に設定されたメタデータ プロパティ true なし

適用対象

こちらもご覧ください