RibbonMenuItem.ToolTipFooterTitle プロパティ

定義

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

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

プロパティ値

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

注釈

警告

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

依存プロパティ情報

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

適用対象

こちらもご覧ください