RibbonButton.ToolTipDescription 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置针对此控件显示在工具提示中的说明性文本。
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
。 有关什么可以影响值的详细信息,请参阅 Dependency Property Value Precedence(依赖项属性值优先级)。
示例
以下示例演示用于创建增强工具提示的标记。
增强的工具提示功能
<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 属性,则不会显示功能区的增强工具提示;将改为显示标准工具提示。
依赖项属性信息
标识符字段 | ToolTipDescriptionProperty |
元数据属性设置为 true |
无 |