RibbonTextBox.ToolTipFooterTitle プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
このコントロールのツールヒントのフッターに表示されるタイトル テキストを取得または設定します。
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
です。 この値に影響する可能性があるものの詳細については、「依存関係プロパティ値の優先順位」を参照してください。
例
次の例は、拡張ツールヒントの作成に使用されるマークアップを示しています。
拡張されたツールヒント
<ribbon:RibbonTextBox 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 設定されている場合、リボンの拡張ツールヒントは表示されません。代わりに標準のツールヒントが表示されます。
依存プロパティ情報
識別子フィールド | ToolTipFooterTitleProperty |
に設定されたメタデータ プロパティ true |
なし |
適用対象
こちらもご覧ください
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET