RibbonMenuButton.ToolTipDescription プロパティ

定義

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

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

プロパティ値

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

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

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

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

注釈

警告

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

依存プロパティ情報

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

適用対象

こちらもご覧ください