RibbonGroup.ToolTipFooterImageSource 属性

获取或设置针对此控件显示在工具提示脚注中的图像。

命名空间:  Microsoft.Windows.Controls.Ribbon
程序集:  RibbonControlsLibrary(在 RibbonControlsLibrary.dll 中)

语法

声明
Public Property ToolTipFooterImageSource As ImageSource
    Get
    Set
public ImageSource ToolTipFooterImageSource { get; set; }
public:
property ImageSource^ ToolTipFooterImageSource {
    ImageSource^ get ();
    void set (ImageSource^ value);
}
member ToolTipFooterImageSource : ImageSource with get, set
function get ToolTipFooterImageSource () : ImageSource
function set ToolTipFooterImageSource (value : ImageSource)

属性值

类型:System.Windows.Media.ImageSource
要在工具提示的脚注中显示的图像。注册的默认值为 nullnull 引用(在 Visual Basic 中为 Nothing)。有关可以影响值的因素的更多信息,请参见 依赖项属性值优先级

依赖项属性信息

标识符字段

ToolTipFooterImageSourceProperty

设置为 true 的元数据属性

备注

警告说明警告

每个功能区控件均继承 FrameworkElement.ToolTip 属性。如果设置了 FrameworkElement.ToolTip 属性,则不会显示功能区的增强工具提示;而将显示标准工具提示。

.NET Framework 安全性

请参见

参考

RibbonGroup 类

Microsoft.Windows.Controls.Ribbon 命名空间

RibbonToolTip